@@ -50,7 +50,7 @@ class AlarmClock:
def loop(self):
currentButtonState = not self.buttonGpio.read()
currentTime = time()
currentTime = datetime.now(city.tzinfo)
if (self.configMode == "normal"):
currentMinute = int((currentTime / 60) % 60)
The note is not visible to the blocked user.