summaryrefslogtreecommitdiff
path: root/src/sound_sensor_server.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sound_sensor_server.py')
-rwxr-xr-xsrc/sound_sensor_server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound_sensor_server.py b/src/sound_sensor_server.py
index aa62608..3a68a08 100755
--- a/src/sound_sensor_server.py
+++ b/src/sound_sensor_server.py
@@ -159,7 +159,7 @@ def api_error_handler(exc, name, req: RequestParams):
if __name__ == '__main__':
- config.load('sound_sensor_server')
+ config.load_app('sound_sensor_server')
hc = HitCounter()
api = WebAPIClient(timeout=(10, 60))