This commit is contained in:
parent
5cc9144942
commit
a85af725fe
1 changed files with 2 additions and 2 deletions
|
|
@ -60,8 +60,8 @@ def main():
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--api",
|
"--api",
|
||||||
action="store_true",
|
action="api",
|
||||||
help="Start the FastAPI server",
|
help="Start the API server",
|
||||||
)
|
)
|
||||||
args = parser.parse_args()
|
args = parser.parse_args()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue