From ec80f068405bf3dc3066a643f5b6956117f084c9 Mon Sep 17 00:00:00 2001 From: Robert Borzutzki Date: Mon, 15 Feb 2021 11:50:24 +0000 Subject: [PATCH] Update mqtt_publish_temp.py --- mqtt_publish_temp.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mqtt_publish_temp.py b/mqtt_publish_temp.py index 29845d2..4727a1c 100644 --- a/mqtt_publish_temp.py +++ b/mqtt_publish_temp.py @@ -61,7 +61,6 @@ while True: try: humidity = round(float(humidity), 2) - break except ValueError: print("Not able to convert humidity to float: " + humidity)