updated to run under waitress

This commit is contained in:
2026-07-16 07:13:26 +02:00
parent 27dbd344d6
commit f1ed598ebe
4 changed files with 16 additions and 3 deletions
+1 -1
View File
@@ -273,4 +273,4 @@ def create_app(test_config=None):
app = create_app()
if __name__ == "__main__":
app.run(host="0.0.0.0", port=int(os.environ.get("PORT", "9009")), debug=True)
app.run(host="0.0.0.0", port=int(os.environ.get("PORT", "9009")))