diff options
| -rw-r--r-- | python/examples/futureHouse/futureHouse.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/examples/futureHouse/futureHouse.py b/python/examples/futureHouse/futureHouse.py index 0a22cfb..c33d32d 100644 --- a/python/examples/futureHouse/futureHouse.py +++ b/python/examples/futureHouse/futureHouse.py @@ -123,7 +123,6 @@ def pnSubscribe(): # print "Error: unable to start Subscribe thread" pnSubscribe() -startCycling() # http://www.raspberrypi.org/forums/viewtopic.php?f=37&t=32826 @@ -214,3 +213,5 @@ def startCycling(): cycleLEDs(x) + +startCycling() |
