diff options
Diffstat (limited to 'python/examples/futureHouse')
| -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): |
