From 986b0543d504a13c5fe918203b0c2f7072e4b4c0 Mon Sep 17 00:00:00 2001 From: "olli.luhtanen" Date: Thu, 22 Jan 2026 10:48:09 +0000 Subject: [PATCH] test revert --- init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.py b/init.py index e710dcf..302a728 100644 --- a/init.py +++ b/init.py @@ -50,7 +50,7 @@ class AlarmClock: def loop(self): currentButtonState = not self.buttonGpio.read() - currentTime = datetime.now(city.tzinfo) + currentTime = time() if (self.configMode == "normal"): currentMinute = int((currentTime / 60) % 60)