From 134de4472d3f2fa913944770595de9221dd27fdf Mon Sep 17 00:00:00 2001 From: Thomas B Thompson Date: Tue, 4 Jan 2011 00:04:05 -0500 Subject: worked on profiling, made a bunch of changes, huge speedup! --- LightInstallation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LightInstallation.py') 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() -- cgit v1.2.3