Skip to content

Commit e4c080e

Browse files
committed
Change the root tag from database to application.
1 parent ce10991 commit e4c080e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
# Load settings from the configuration file into a dictionary
154154
# for section in config.sections():
155155
# logging.debug(('Section: %s', section))
156-
for (key, value) in config.items('database', True):
156+
for (key, value) in config.items('application', True):
157157
app_configs[key] = value
158158
logging.debug("Key:%s, Value:%s", key, value)
159159

0 commit comments

Comments
 (0)