@@ -32,7 +32,7 @@ class AlarmClock:
self.loop()
def loop(self):
currentButtonState = self.buttonGpio.read()
currentButtonState = not self.buttonGpio.read()
if currentButtonState != self.lastKnownButtonState:
self.lastKnownButtonState = currentButtonState
if currentButtonState:
The note is not visible to the blocked user.