@@ -73,7 +73,7 @@ class Worker(Thread):
while None == self.StopThread:
time.sleep(1)
counter += 1
- if 0 != (counter % 10):
+ if 0 != (counter % 60):
continue
self.acquireLock()