Turned off debug mode

This commit is contained in:
Marcin-Ramotowski 2025-03-17 19:23:52 +00:00
parent a44059fab3
commit 684b667f3a

View File

@ -19,4 +19,4 @@ if __name__ == "__main__":
with app.app_context():
db.create_all()
init_db()
app.run(debug=True, host='0.0.0.0')
app.run(host='0.0.0.0')