mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 17:06:22 +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
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue