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