add a comment for the final changes

Este commit está contenido en:
Sven Czarnian
2021-10-17 17:44:18 +02:00
padre 1b2003e879
commit 33b32befbc

Ver fichero

@@ -81,6 +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):
continue