From b51b8f3ea994891d3cfb701cca179b10011990aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=88=B4=E6=BD=87=E9=80=B8?= Date: Mon, 1 Sep 2025 12:39:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AD=890.5=E7=A7=92=E5=86=8D=E6=A3=80?= =?UTF-8?q?=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- liveMan.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/liveMan.py b/liveMan.py index 35b0593..c193a1d 100644 --- a/liveMan.py +++ b/liveMan.py @@ -521,8 +521,8 @@ class DouyinLiveWebReply: # 判断self.response_queue.empty(),true则打印开始播放弹幕回复,false则打印开始播放系统文案 logger.info(f'开始播放{"弹幕回复" if not self.response_queue.empty() else "系统文案"}: {reply_message}') self.post_to_human_sync(reply_message) - # 等0.1秒再检测 - time.sleep(0.1) + # 等0.5秒再检测 + time.sleep(0.5) except Exception: # 发生异常,输出系统文案