From 364b9c453d370e202cd72dc0543773b95660e310 Mon Sep 17 00:00:00 2001 From: jerick Date: Mon, 28 Nov 2022 15:57:21 -0500 Subject: [PATCH] testing --- mqtt/tempSensor.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mqtt/tempSensor.py b/mqtt/tempSensor.py index 8a7036d..2122458 100644 --- a/mqtt/tempSensor.py +++ b/mqtt/tempSensor.py @@ -100,5 +100,5 @@ def run(sensor): humidity = getValues(sensor) publish(client, temp, humidity) -if __name__ == '__main__': - run(sensor) \ No newline at end of file +#if __name__ == '__main__': +run(sensor) \ No newline at end of file