From 3b55725950326232e23f7dc1c075ee72c20dccca Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 3 Apr 2019 11:30:54 -0700 Subject: fix config file whitespace --- python/fatcat_web/web_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/fatcat_web/web_config.py b/python/fatcat_web/web_config.py index 1b9a7c9f..b12cb114 100644 --- a/python/fatcat_web/web_config.py +++ b/python/fatcat_web/web_config.py @@ -48,6 +48,7 @@ class Config(object): # "Even more verbose" debug options #SQLALCHEMY_ECHO = True #DEBUG = True + pass else: # protect cookies (which include API tokens) SESSION_COOKIE_HTTPONLY = True -- cgit v1.2.3