From 92d6163cf44c2c91ec6df9b7042a985658cc2bfe Mon Sep 17 00:00:00 2001 From: robert Date: Sun, 14 Feb 2021 22:01:24 +0100 Subject: [PATCH] fix typo --- mqtt_publish_temp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mqtt_publish_temp.py b/mqtt_publish_temp.py index 9c6b715..0f48c8d 100644 --- a/mqtt_publish_temp.py +++ b/mqtt_publish_temp.py @@ -60,6 +60,6 @@ while True: time.sleep(30) - Output data to screen + #Output data to screen print temperature print humidity \ No newline at end of file