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