diff --git a/main.py b/main.py index c4d71c9..e2192b5 100644 --- a/main.py +++ b/main.py @@ -235,4 +235,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