DavidLiu пре 5 месеци
родитељ
комит
3426ca2752
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      src/core/callcenter/agent.py

+ 1 - 0
src/core/callcenter/agent.py

@@ -287,6 +287,7 @@ class AgentOperService:
                 continue
             for k,v in members.items():
                 check_out_daemon(name, k, v)
+            time.sleep(1)
 
     def __del__(self):
         self.daemon_stopping = True