Loading src/webui/service/__main__.py +4 −3 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ def main(): 'SECRET_KEY' : SECRET_KEY, 'MAX_CONTENT_LENGTH' : MAX_CONTENT_LENGTH, 'SESSION_COOKIE_NAME' : create_unique_session_cookie_name(), 'WTF_CSRF_ENABLED' : False, }, web_app_root=web_app_root) app.run(host=host, port=service_port, debug=debug) Loading Loading
src/webui/service/__main__.py +4 −3 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ def main(): 'SECRET_KEY' : SECRET_KEY, 'MAX_CONTENT_LENGTH' : MAX_CONTENT_LENGTH, 'SESSION_COOKIE_NAME' : create_unique_session_cookie_name(), 'WTF_CSRF_ENABLED' : False, }, web_app_root=web_app_root) app.run(host=host, port=service_port, debug=debug) Loading