removed comment that messes up the injection logic

This commit is contained in:
2025-11-05 17:15:29 +01:00
parent bec3d5a0ea
commit bfda3746fd
3 changed files with 41 additions and 42 deletions

View File

@@ -3,4 +3,4 @@ from app import create_app, socketio
app = create_app()
if __name__ == '__main__':
socketio.run(app, host="0.0.0.0", port=5000, debug=True)
socketio.run(app, port=5000, debug=True)