Fix: allow_unsafe_werkzeug=true

This commit is contained in:
2026-04-21 22:48:10 +02:00
parent 8959c8f1cf
commit 4b58bebe2a
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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)
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.