aboutsummaryrefslogtreecommitdiffstats
path: root/python/examples/futureHouse
diff options
context:
space:
mode:
authorgcohen2015-01-06 01:32:05 -0800
committergcohen2015-01-06 01:32:05 -0800
commit27cae9ea74b9a76a118fe1e96734ed7f145d5940 (patch)
tree788433acaa8acf945f197b7b55914ab8785051f6 /python/examples/futureHouse
parent63fa4c828fe400853c648da7fdab9ad95aa889d9 (diff)
downloadpubnub-python-27cae9ea74b9a76a118fe1e96734ed7f145d5940.tar.bz2
thread test
Diffstat (limited to 'python/examples/futureHouse')
-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 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()