diff --git a/backend/main.py b/backend/main.py index cc08ed8..b88b3f9 100644 --- a/backend/main.py +++ b/backend/main.py @@ -193,4 +193,4 @@ def before_first_request(): app.before_request_funcs.setdefault(None, []).append(before_first_request) if __name__ == "__main__": - app.run(host="0.0.0.0", port=5000, debug=True) + app.run(host="0.0.0.0", port=5000)