DavidLiu 4 miesięcy temu
rodzic
commit
252b3c78b9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/core/callcenter/esl/client.py

+ 1 - 1
src/core/callcenter/esl/client.py

@@ -628,7 +628,7 @@ class OutboundClient:
 
         def refresh_whitelist(self):
             while True:
-                time.sleep(3600)  # 每 1小时 更新一次
+                time.sleep(60)  # 每 1小时 更新一次
                 self.update_whitelist()