From: Ed Page Date: Fri, 5 Aug 2011 01:47:00 +0000 (-0500) Subject: Forgot to turn the alarm off, whoops X-Git-Url: https://vcs.maemo.org/git/?p=gc-dialer;a=commitdiff_plain;h=7323cc3f3fffb4c48fc4054771705aaff8eca707 Forgot to turn the alarm off, whoops --- diff --git a/src/led_handler.py b/src/led_handler.py index f1b6328..0914105 100755 --- a/src/led_handler.py +++ b/src/led_handler.py @@ -43,7 +43,7 @@ class LedHandler(object): def off(self): self._lazy_init() - self._actual.on() + self._actual.off() @property def isReal(self):