From 1802fbc5179599c1abaf45187b32ddecfa58f599 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Tue, 12 Jul 2022 09:09:42 +0200 Subject: [PATCH] fixxed sensors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ebbe Baß --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index b054274..67bde07 100644 --- a/main.py +++ b/main.py @@ -89,4 +89,4 @@ def get_temperature(): print(get_moisture()) print(get_water_level()) -print(get_moisture()) \ No newline at end of file +print(get_temperature()) \ No newline at end of file