shanghui 3 ماه پیش
والد
کامیت
19a91b7464
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/core/voip/bot.py

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

@@ -604,8 +604,8 @@ class BotAgent:
         self.counter += 1
         if self.counter % 1000 == 0:
             self.counter = 0
-            for acc in self.accounts:
-                print(acc.getId(), acc.isValid())
+            # for acc in self.accounts:
+            #     print(acc.getId(), acc.isValid())
 
         _lock = self.cache.lock_register_per_hours()
         if not _lock and len(self.accounts) == len(self.user_part_range):