From 8cd3467c048db127bce6daf6406c00d939370d99 Mon Sep 17 00:00:00 2001 From: jerick Date: Mon, 28 Nov 2022 15:31:42 -0500 Subject: [PATCH] getvalues() fix --- mqtt/tempSensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()