DavidLiu 3 月之前
父節點
當前提交
5a06c18bf3
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/core/voip/bot.py

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

@@ -615,7 +615,8 @@ class BotAgent:
                 continue
                 continue
             if len(v) == 1:
             if len(v) == 1:
                 sec = datetime.now().timestamp() - v[0]
                 sec = datetime.now().timestamp() - v[0]
-                if sec > 90:
+                self.logger.info("daviddebugger::play_complete_degree_check, sec=%s", sec)
+                if sec > 10:
                     return True
                     return True
         return False
         return False