remove some debugging todos
This commit is contained in:
@@ -81,8 +81,7 @@ class Worker(Thread):
|
||||
while None == self.StopThread:
|
||||
time.sleep(1)
|
||||
counter += 1
|
||||
# TODO change the counter to some useful values
|
||||
if 0 != (counter % 10):
|
||||
if 0 != (counter % 60):
|
||||
continue
|
||||
|
||||
self.acquireLock()
|
||||
|
||||
Reference in New Issue
Block a user