From 9fef8028c5c97778f96c9d161a2b1371dbabceed Mon Sep 17 00:00:00 2001 From: suyiiyii Date: Wed, 20 Nov 2024 23:16:50 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E6=B7=BB=E5=8A=A0=20NewMessage=20?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B=20Platform=20=E7=9A=84=E6=8A=93=E5=8F=96?= =?UTF-8?q?=E6=95=B0=E9=87=8F=E6=97=A5=E5=BF=97=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nonebot_bison/platform/platform.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nonebot_bison/platform/platform.py b/nonebot_bison/platform/platform.py index ecbafe6..0b43dec 100644 --- a/nonebot_bison/platform/platform.py +++ b/nonebot_bison/platform/platform.py @@ -315,6 +315,7 @@ class NewMessage(MessageProcess, abstract=True): res.append(raw_post) store.exists_posts.add(post_id) self.set_stored_data(target, store) + logger.trace(f"本次抓取 {len(raw_post_list)} 条,过滤后 {len(filtered_post)} 条,新消息 {len(res)} 条") return res async def _handle_new_post(