From 8b9a4f87e95d8765e24e7fad735dd2338fc4f5c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Mon, 11 Jul 2022 01:35:57 +0200 Subject: [PATCH] moved count up MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 7149a8c..3c35d55 100644 --- a/test.py +++ b/test.py @@ -19,9 +19,9 @@ while True: exit() except: pass - count + 1 else: exit() + count + 1 # print(get_temperature()