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