diff options
Diffstat (limited to 'python/examples/futureHouse/futureHouse.py')
| -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 3a7a9ee..0a22cfb 100644 --- a/python/examples/futureHouse/futureHouse.py +++ b/python/examples/futureHouse/futureHouse.py @@ -103,7 +103,7 @@ def error(message): def connect(message): print("CONNECTED") - startCycling() + #startCycling() def reconnect(message): @@ -123,6 +123,7 @@ def pnSubscribe(): # print "Error: unable to start Subscribe thread" pnSubscribe() +startCycling() # http://www.raspberrypi.org/forums/viewtopic.php?f=37&t=32826 |
