diff options
| author | gcohen | 2014-12-29 22:14:26 -0800 | 
|---|---|---|
| committer | gcohen | 2014-12-29 22:14:26 -0800 | 
| commit | 50875c5a3dab1bc9c031119f443e8fc008efa9c4 (patch) | |
| tree | 3eb068621089039e4e3cd900f1347489b260a3e5 /python/examples | |
| parent | 3d5e0055a242f541ef0afab85e85d6004447d69f (diff) | |
| download | pubnub-python-50875c5a3dab1bc9c031119f443e8fc008efa9c4.tar.bz2 | |
adding PN control
Diffstat (limited to 'python/examples')
| -rw-r--r-- | python/examples/futureHouse/futureHouse.py | 2 | 
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): | 
