mirror of
https://github.com/craigerl/aprsd.git
synced 2024-12-22 01:20:59 -05: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:
parent
b2f95b0f4e
commit
33c7871dbe
@ -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.")
|
||||
|
Loading…
Reference in New Issue
Block a user