Skip to content

Commit

Permalink
fixed run.py
Browse files Browse the repository at this point in the history
  • Loading branch information
krokicki committed Dec 2, 2024
1 parent 3151dcc commit 5f1601a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
)
args = argparser.parse_args()

uvicorn.run(app, host='0.0.0.0', port=args.port, workers=1, reload=True)
uvicorn.run(app, host='0.0.0.0', port=args.port)

0 comments on commit 5f1601a

Please sign in to comment.