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
1 changed files with 1 additions and 0 deletions

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