Renamed default flow from 0000 to default

This commit is contained in:
Cyber MacGeddon 2025-05-24 12:26:45 +01:00
parent 3ed9274d84
commit 34fcb8f63d
19 changed files with 34 additions and 34 deletions

View file

@ -63,8 +63,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(