aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgcohen2015-01-06 01:31:13 -0800
committergcohen2015-01-06 01:31:13 -0800
commit63fa4c828fe400853c648da7fdab9ad95aa889d9 (patch)
treeee7786fb22d44101611c09a141c06948d235751c
parentedce56e73cb9db2266715db937186eb2667ba5b5 (diff)
downloadpubnub-python-63fa4c828fe400853c648da7fdab9ad95aa889d9.tar.bz2
thread test
-rw-r--r--python/examples/futureHouse/futureHouse.py3
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