From de5d6a739b233ead272625efa9f99c8a5aa4ab3f Mon Sep 17 00:00:00 2001 From: Ronifue Date: Thu, 18 Sep 2025 17:16:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E4=BB=A3=E7=A0=81=EF=BC=8C=E5=9B=A0=E4=B8=BA=20`await=20messag?= =?UTF-8?q?e=5Fqueue.get()`=20=E5=9C=A8=E9=98=9F=E5=88=97=E4=B8=BA?= =?UTF-8?q?=E7=A9=BA=E6=97=B6=E4=BC=9A=E8=87=AA=E7=84=B6=E5=9C=B0=E8=AE=A9?= =?UTF-8?q?=E5=87=BA=E6=8E=A7=E5=88=B6=E6=9D=83=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index f20009c..f93ef47 100644 --- a/main.py +++ b/main.py @@ -45,7 +45,6 @@ async def message_process(): else: logger.warning(f"未知的post_type: {post_type}") message_queue.task_done() - await asyncio.sleep(0.05) async def main():