瀏覽代碼

add a comment for the final changes

Sven Czarnian 3 年之前
父節點
當前提交
33b32befbc
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      aman/sys/Worker.py

+ 1 - 0
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