more generic section name

This commit is contained in:
ziirish 2015-12-11 17:51:13 +01:00
parent 3f7481b2ea
commit eae550470f

View file

@ -169,16 +169,16 @@ class BUIServer(Flask):
cast=int
)
# Session options
# Production options
self.storage = self._safe_config_get(
config.get,
'storage',
'Session'
'Production'
)
self.redis = self._safe_config_get(
config.get,
'redis',
'Session'
'Production'
)
except ConfigParser.NoOptionError as e: