Updated to main

This commit is contained in:
Qubasa
2023-10-03 13:12:44 +02:00
parent 1c0c11a954
commit af17c1bd7a
12 changed files with 258 additions and 144 deletions

View File

@@ -45,6 +45,8 @@ def register_parser(parser: argparse.ArgumentParser) -> None:
help="Log level",
choices=["critical", "error", "warning", "info", "debug", "trace"],
)
# Set the args.func variable in args
if start_server is None:
parser.set_defaults(func=fastapi_is_not_installed)
else: