aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgcohen2014-12-29 22:14:26 -0800
committergcohen2014-12-29 22:14:26 -0800
commit50875c5a3dab1bc9c031119f443e8fc008efa9c4 (patch)
tree3eb068621089039e4e3cd900f1347489b260a3e5
parent3d5e0055a242f541ef0afab85e85d6004447d69f (diff)
downloadpubnub-python-50875c5a3dab1bc9c031119f443e8fc008efa9c4.tar.bz2
adding PN control
-rw-r--r--python/examples/futureHouse/futureHouse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/examples/futureHouse/futureHouse.py b/python/examples/futureHouse/futureHouse.py
index 322036e..db12037 100644
--- a/python/examples/futureHouse/futureHouse.py
+++ b/python/examples/futureHouse/futureHouse.py
@@ -154,7 +154,7 @@ def moveDoor(direction):
stepCounter += 1
cycles +=1
- #print " Stepcounter: %i" %(StepCounter)
+ print " Stepcounter: %i" %(StepCounter)
# If we reach the end of the sequence
# start again
if (stepCounter==stepCount):