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