diff --git a/main.py b/main.py index fca1249..a47f4e7 100644 --- a/main.py +++ b/main.py @@ -211,4 +211,4 @@ def logout(): def unauthorized_handler(): return redirect("/login") -app.run(debug=True, port=os.environ.get("PORT"), host=os.environ.get("HOST", "0.0.0.0")) \ No newline at end of file +app.run(port=os.environ.get("PORT"), host=os.environ.get("HOST", "0.0.0.0")) \ No newline at end of file