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 c74926e..db7b808 100644
--- a/LightInstallation.py
+++ b/LightInstallation.py
@@ -121,7 +121,7 @@ class LightInstallation:
#self.screen.allOn()
lastLoopTime = clock.time()
refreshInterval = 30
- runCount = 10000
+ runCount = 3000
while runCount > 0:
runCount -= 1
loopStart = clock.time()