From 11921c13812338e69370177c1c7d58e43167b6f4 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Sat, 10 Aug 2024 19:38:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E6=A0=87=E7=AD=BE=E9=A1=B5=E6=89=93?= =?UTF-8?q?=E5=BC=80=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pywxdump/db/dbMSG.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywxdump/db/dbMSG.py b/pywxdump/db/dbMSG.py index a667878..bfc72ac 100644 --- a/pywxdump/db/dbMSG.py +++ b/pywxdump/db/dbMSG.py @@ -161,7 +161,7 @@ class MsgHandler(DatabaseBase): title = appmsg.get("title", "") des = appmsg.get("des", "") url = appmsg.get("url", "") - msg = f'{title}\n{des}\n\n点击查看详情' + msg = f'{title}\n{des}\n\n点击查看详情' src = url elif type_id == (49, 19): # 合并转发的聊天记录