Renamed default flow from 0000 to default (#395)

This commit is contained in:
cybermaggedon 2025-05-24 12:27:56 +01:00 committed by GitHub
parent 3ed9274d84
commit ef34d951fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
19 changed files with 34 additions and 34 deletions

View file

@ -86,8 +86,8 @@ def main():
parser.add_argument(
'-f', '--flow-id',
default="0000",
help=f'Flow ID (default: 0000)'
default="default",
help=f'Flow ID (default: default)'
)
parser.add_argument(