diff --git a/mqtt/tempSensor.py b/mqtt/tempSensor.py index 5e4bed7..393c09c 100644 --- a/mqtt/tempSensor.py +++ b/mqtt/tempSensor.py @@ -51,7 +51,7 @@ def run(): proc.kill() client = connect_mqtt() client.loop_start() - client.getValues() + getValues()