modified: app.py

This commit is contained in:
2026-05-21 00:26:57 -04:00
parent 7723255a90
commit 24d408943d

2
app.py
View File

@@ -76,4 +76,4 @@ def run_standalone():
if __name__ == '__main__':
#run_standalone() # Uncomment for desktop app
socketio.run(app, host='0.0.0.0', port=5000, debug=True)
socketio.run(app, host='0.0.0.0', port=5000, debug=True, allow_unsafe_werkzeug=True)