This commit is contained in:
Vijay Soni 2024-12-23 01:10:27 +05:30
parent 5cc9144942
commit a85af725fe

View file

@ -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()