mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
troubleshooting autostart for web ui v2
This commit is contained in:
@@ -1365,5 +1365,5 @@ if __name__ == '__main__':
|
||||
display_monitor.start()
|
||||
|
||||
# Run the app
|
||||
# eventlet/gevent provide a proper WSGI server; Werkzeug is fine for dev
|
||||
socketio.run(app, host='0.0.0.0', port=5001, debug=False)
|
||||
# In threading mode this uses Werkzeug; allow it explicitly for systemd usage
|
||||
socketio.run(app, host='0.0.0.0', port=5001, debug=False, allow_unsafe_werkzeug=True)
|
||||
Reference in New Issue
Block a user