Forgot to turn the alarm off, whoops
authorEd Page <eopage@byu.net>
Fri, 5 Aug 2011 01:47:00 +0000 (20:47 -0500)
committerEd Page <eopage@byu.net>
Fri, 5 Aug 2011 01:47:00 +0000 (20:47 -0500)
src/led_handler.py

index f1b6328..0914105 100755 (executable)
@@ -43,7 +43,7 @@ class LedHandler(object):
 
        def off(self):
                self._lazy_init()
-               self._actual.on()
+               self._actual.off()
 
        @property
        def isReal(self):