We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73073e5 commit 293e5adCopy full SHA for 293e5ad
quantum_app_backend/app.py
@@ -202,4 +202,4 @@ def handle_message(data):
202
if __name__ == '__main__':
203
app.debug = True
204
logger.debug("Starting quantum modeling server")
205
- socketio.run(app, host="0.0.0.0", port=3001, debug=False)
+ socketio.run(app, host="0.0.0.0", port=3001, debug=False, allow_unsafe_werkzeug=True)
0 commit comments