diff options
| author | gcohen | 2014-12-29 22:16:01 -0800 |
|---|---|---|
| committer | gcohen | 2014-12-29 22:16:01 -0800 |
| commit | dedac1293a50196583f67150672103413d4d8eab (patch) | |
| tree | 8bcfe67a13ca7c85d4f6636574305c4767a72c02 | |
| parent | 50875c5a3dab1bc9c031119f443e8fc008efa9c4 (diff) | |
| download | pubnub-python-dedac1293a50196583f67150672103413d4d8eab.tar.bz2 | |
adding PN control
| -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 db12037..d017e94 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): |
