From ad3b510ea4e0fd31ba0273346ad78eea1eb16a87 Mon Sep 17 00:00:00 2001 From: liuwei Date: Fri, 7 Mar 2025 16:46:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=88=E6=81=AF=E6=94=B6=E5=88=B0=E4=B9=8B?= =?UTF-8?q?=E5=90=8E=EF=BC=8C=E5=BB=B6=E8=BF=9F=E5=A4=84=E7=90=86=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- robot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robot.py b/robot.py index e589998..bd58333 100644 --- a/robot.py +++ b/robot.py @@ -267,7 +267,7 @@ class Robot(Job): self.sendTextMsg(content, receivers, msg.sender) """ # 风控处理,随机延迟发送,解决群消息高频发送导致的微信风险 - time.sleep(random.uniform(0.3, 1.0)) + time.sleep(random.uniform(0.3, 2.0)) # 群聊消息 if msg.from_group():