From bb1d982669c44a990ffc926f4666b6aa72237619 Mon Sep 17 00:00:00 2001 From: Thomas B Thompson Date: Mon, 10 Jan 2011 22:23:49 -0500 Subject: Worked on getting the threading stuff consolidated in ThreadedSmootCoreObject. Also set up a decent system for SmootCoreObjects to kill the whole application in a managed fashion. --- pixelcore/Screen.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pixelcore') diff --git a/pixelcore/Screen.py b/pixelcore/Screen.py index 198bd3f..22cfdb0 100644 --- a/pixelcore/Screen.py +++ b/pixelcore/Screen.py @@ -89,8 +89,7 @@ class Screen: #if type(mapper) != type(PixelMapper): # raise Exception('No default mapper specified.') pixelWeightList = mapper.mapEvent(responseInfo['Location'], self) - main_log.debug(str(len(pixelWeightList))) - main_log.debug(pixelWeightList) + PixelEvent.addPixelEventIfMissing(responseInfo) currentTime = timeops.time() for (pixel, weight) in pixelWeightList: -- cgit v1.2.3