From 63fa4c828fe400853c648da7fdab9ad95aa889d9 Mon Sep 17 00:00:00 2001 From: gcohen Date: Tue, 6 Jan 2015 01:31:13 -0800 Subject: thread test --- python/examples/futureHouse/futureHouse.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3