Add debug statement

This commit is contained in:
2026-01-04 12:20:30 +01:00
parent 4963db4205
commit 81c3874b04
2 changed files with 13 additions and 7 deletions

View File

@@ -44,4 +44,4 @@ if __name__ == '__main__':
auth_controller.set_on_login(handle_login)
app.run(host="0.0.0.0", port=5000, debug=True)
app.run(host="0.0.0.0", port=5000, debug=True, use_reloader=False)