1
0
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:
Hemna 2023-08-15 17:42:56 -04:00
parent b2f95b0f4e
commit 33c7871dbe

View File

@ -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.")