mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-27 17:36:23 +02:00
Renamed default flow from 0000 to default (#395)
This commit is contained in:
parent
3ed9274d84
commit
ef34d951fe
19 changed files with 34 additions and 34 deletions
|
|
@ -54,8 +54,8 @@ def main():
|
|||
|
||||
parser.add_argument(
|
||||
'-i', '--flow-id',
|
||||
default="0000",
|
||||
help=f'Flow ID (default: 0000)',
|
||||
default="default",
|
||||
help=f'Flow ID (default: default)',
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue