From 33b32befbcda90049bd9a12a71a3e772f4101f43 Mon Sep 17 00:00:00 2001 From: Sven Czarnian Date: Sun, 17 Oct 2021 17:44:18 +0200 Subject: [PATCH] add a comment for the final changes --- aman/sys/Worker.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aman/sys/Worker.py b/aman/sys/Worker.py index 448f188..947ff38 100644 --- a/aman/sys/Worker.py +++ b/aman/sys/Worker.py @@ -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