等0.5秒再检测

main
戴潇逸 1 week ago
parent 2dc7b0dfc8
commit b51b8f3ea9

@ -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:
# 发生异常,输出系统文案

Loading…
Cancel
Save