summaryrefslogtreecommitdiff
path: root/src/temphum_mqtt_node.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/temphum_mqtt_node.py')
-rwxr-xr-xsrc/temphum_mqtt_node.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/temphum_mqtt_node.py b/src/temphum_mqtt_node.py
index bcd72da..c3d1975 100755
--- a/src/temphum_mqtt_node.py
+++ b/src/temphum_mqtt_node.py
@@ -63,7 +63,7 @@ async def run_server(host, port):
if __name__ == '__main__':
- config.load()
+ config.load_app()
if 'measure_delay' in config['sensor']:
delay = float(config['sensor']['measure_delay'])