summaryrefslogtreecommitdiff
path: root/src/web_api.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/web_api.py')
-rwxr-xr-xsrc/web_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web_api.py b/src/web_api.py
index 0ddc6bd..0aa994a 100755
--- a/src/web_api.py
+++ b/src/web_api.py
@@ -231,7 +231,7 @@ if __name__ == '__main__':
_app_name = 'web_api'
if is_development_mode():
_app_name += '_dev'
- config.load(_app_name)
+ config.load_app(_app_name)
loop = asyncio.get_event_loop()