From ef07bc230dfbcbba2fe320088c4f2492c4412a90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frei?= Date: Fri, 19 Dec 2025 11:54:06 +0100 Subject: [PATCH] berry_yogurt_4_05.py aktualisiert --- berry_yogurt_4_05.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/berry_yogurt_4_05.py b/berry_yogurt_4_05.py index b877196..1ad39aa 100644 --- a/berry_yogurt_4_05.py +++ b/berry_yogurt_4_05.py @@ -47,7 +47,7 @@ def on_a_sensor_signal(): df.to_csv(f"Raspberry Yogurt_{currentDateTime}.csv", index=False) print("CSV file saved") -def check(): # Runs periodically the led_check as long as ayogurth is open +def check(): # Runs periodically the led_check as long as a yogurth is open schedule.every(6).seconds.do(led_check) while not infrared_sensor.is_active and consumption_overview[-1]['Status'] == 'Yogurt open':