aboutsummaryrefslogtreecommitdiff
path: root/LightInstallation.py
diff options
context:
space:
mode:
Diffstat (limited to 'LightInstallation.py')
-rw-r--r--LightInstallation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/LightInstallation.py b/LightInstallation.py
index aaedcf2..54c8bdc 100644
--- a/LightInstallation.py
+++ b/LightInstallation.py
@@ -121,7 +121,7 @@ class LightInstallation:
lastLoopTime = clock.time()
refreshInterval = 30
runCount = 200
- while runCount > 0:
+ while 1:
runCount -= 1
loopStart = clock.time()
responses = self.evaluateBehaviors() #inputs are all queued when they