aboutsummaryrefslogtreecommitdiff
path: root/LightInstallation.py
diff options
context:
space:
mode:
authorGravatar Thomas B Thompson <tbent@spice.(none)>2011-01-04 00:04:05 -0500
committerGravatar Thomas B Thompson <tbent@spice.(none)>2011-01-04 00:04:05 -0500
commit134de4472d3f2fa913944770595de9221dd27fdf (patch)
treecf83e29a1ef4931a15f9b30125fedbd8fba8caf9 /LightInstallation.py
parentf9aeaf10e3c9077504a78374640e79415734546b (diff)
worked on profiling, made a bunch of changes, huge speedup!
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 07fa8fc..168983b 100644
--- a/LightInstallation.py
+++ b/LightInstallation.py
@@ -100,7 +100,7 @@ class LightInstallation:
#self.screen.allOn()
lastLoopTime = clock.time()
refreshInterval = 30
- runCount = 10000
+ runCount = 150
while runCount > 0:
runCount -= 1
loopStart = clock.time()