remove some debugging todos

This commit is contained in:
Sven Czarnian
2021-11-10 22:50:00 +01:00
parent 97a2f24f28
commit 3d87c3918b
3 changed files with 2 additions and 13 deletions

View File

@@ -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()