From 6017246491600fd2899b7efe20cc16f02eed8f32 Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Fri, 15 Mar 2024 15:39:14 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E9=80=9A=E7=9F=A5=EF=BC=8C?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=B8=BA=E7=B3=BB=E7=BB=9F=E5=8F=91=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pywxdump/analyzer/export_chat.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pywxdump/analyzer/export_chat.py b/pywxdump/analyzer/export_chat.py index 46cd7b9..4124049 100644 --- a/pywxdump/analyzer/export_chat.py +++ b/pywxdump/analyzer/export_chat.py @@ -276,6 +276,8 @@ def get_msg_list(MSG_db_path, selected_talker="", start_index=0, page_size=500): if bytes_extra: try: talker = bytes_extra['3'][0]['2'].decode('utf-8', errors='ignore') + if "publisher-id" in talker: + talker = "系统" except: pass else: