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(
|
||||
"--api",
|
||||
action="store_true",
|
||||
help="Start the FastAPI server",
|
||||
action="api",
|
||||
help="Start the API server",
|
||||
)
|
||||
args = parser.parse_args()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue