mirror of
https://github.com/craigerl/aprsd.git
synced 2026-06-17 13:18:52 -04:00
Forcefully allow development webchat flask
This patch adds the force werkzeug to allow development environment to allow aprsd webchat to work from inside of systemd
This commit is contained in:
@@ -490,6 +490,7 @@ def webchat(ctx, flush, port):
|
||||
# ssl_context="adhoc",
|
||||
host=CONF.admin.web_ip,
|
||||
port=port,
|
||||
allow_unsafe_werkzeug=True,
|
||||
)
|
||||
|
||||
LOG.info("WebChat exiting!!!! Bye.")
|
||||
|
||||
Reference in New Issue
Block a user