test revert

This commit is contained in:
2026-01-22 10:48:09 +00:00
parent c53dad7f31
commit 986b0543d5

View File

@@ -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)