diff options
| author | gcohen | 2015-01-06 01:32:05 -0800 | 
|---|---|---|
| committer | gcohen | 2015-01-06 01:32:05 -0800 | 
| commit | 27cae9ea74b9a76a118fe1e96734ed7f145d5940 (patch) | |
| tree | 788433acaa8acf945f197b7b55914ab8785051f6 /python/examples | |
| parent | 63fa4c828fe400853c648da7fdab9ad95aa889d9 (diff) | |
| download | pubnub-python-27cae9ea74b9a76a118fe1e96734ed7f145d5940.tar.bz2 | |
thread test
Diffstat (limited to 'python/examples')
| -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() | 
