Commit 056a8a18 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Pre-merge code cleanup

parent d162c7d6
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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)