DavidLiu 3 달 전
부모
커밋
d528b16190
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/core/voip/bot.py

+ 2 - 0
src/core/voip/bot.py

@@ -592,7 +592,9 @@ class BotAgent:
             self.ep.libHandleEvents(100)
 
     def register_per_hours(self):
+        self.counter += 1
         if self.counter % 1000 == 0:
+            self.counter = 0
             for acc in self.accounts:
                 print(acc.getId(), acc.isValid())