We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce10991 commit e4c080eCopy full SHA for e4c080e
app/__init__.py
@@ -153,7 +153,7 @@
153
# Load settings from the configuration file into a dictionary
154
# for section in config.sections():
155
# logging.debug(('Section: %s', section))
156
- for (key, value) in config.items('database', True):
+ for (key, value) in config.items('application', True):
157
app_configs[key] = value
158
logging.debug("Key:%s, Value:%s", key, value)
159
0 commit comments