mirror of
https://github.com/craigerl/aprsd.git
synced 2025-04-09 21:18:37 -04:00
Allow werkzeug for admin interface.
This patch enables werkzeug for socketio for the admin interface
This commit is contained in:
parent
f9e7195e25
commit
5067f745ca
@ -114,6 +114,7 @@ def server(ctx, flush):
|
||||
(socketio, app) = flask.init_flask(config, loglevel, quiet)
|
||||
socketio.run(
|
||||
app,
|
||||
allow_unsafe_werkzeug=True,
|
||||
host=config["aprsd"]["web"]["host"],
|
||||
port=config["aprsd"]["web"]["port"],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user