diff --git a/backend_api_python/run.py b/backend_api_python/run.py index 6a53bb7..284e272 100644 --- a/backend_api_python/run.py +++ b/backend_api_python/run.py @@ -90,7 +90,7 @@ def main(): host=Config.HOST, port=Config.PORT, debug=Config.DEBUG, - threaded=False + threaded=True )