diff --git a/aprsd/cmds/webchat.py b/aprsd/cmds/webchat.py index 0d2e58b..c5a2929 100644 --- a/aprsd/cmds/webchat.py +++ b/aprsd/cmds/webchat.py @@ -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.")