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

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

@@ -574,7 +574,7 @@ class BotAgent:
         self.dataHandleServer = DataHandleServer(app)
         self.pjsua_thread = None
         self.start()
-        threading.Thread(target=self.thread_health_daemon).start()
+        threading.Thread(target=self.main_thread_daemon).start()
 
     def create_pjsua2(self, timeout_sec=86400):
         start_time = time.time()
@@ -646,7 +646,7 @@ class BotAgent:
         # Destroy the library
         self.ep.libDestroy()
 
-    def thread_health_daemon(self):
+    def main_thread_daemon(self):
         while not self.daemon_stopping:
             _lock = self.play_complete_degree_check()
             if _lock: