소스 검색

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