Fix: allow_unsafe_werkzeug=true
This commit is contained in:
@@ -627,4 +627,4 @@ def serve_icon():
|
||||
|
||||
if __name__ == '__main__':
|
||||
threading.Thread(target=auto_update_ids, daemon=True).start()
|
||||
socketio.run(app, host='0.0.0.0', port=9000)
|
||||
socketio.run(app, host='0.0.0.0', port=9000, allow_unsafe_werkzeug=True)
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user