From 7732ccca5d25e13489c612fe8582ac4c76a4dc1c Mon Sep 17 00:00:00 2001 From: xaoyaoo Date: Sat, 13 Apr 2024 19:51:57 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E9=83=A8=E5=88=86=E6=83=85=E5=86=B5?= =?UTF-8?q?=E4=B8=8B=E8=A7=86=E9=A2=91=E4=B8=8D=E8=83=BD=E6=AD=A3=E5=B8=B8?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pywxdump/analyzer/export_chat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pywxdump/analyzer/export_chat.py b/pywxdump/analyzer/export_chat.py index 61bd552..766f7d9 100644 --- a/pywxdump/analyzer/export_chat.py +++ b/pywxdump/analyzer/export_chat.py @@ -193,7 +193,7 @@ def get_msg_list(MSG_db_path, selected_talker="", start_index=0, page_size=500): else: content["src"] = "" content["msg"] = "图片" - elif type_id == (34, 0): + elif type_id == (34, 0): # 语音 tmp_c = parse_xml_string(StrContent) voicelength = tmp_c.get("voicemsg", {}).get("voicelength", "") transtext = tmp_c.get("voicetrans", {}).get("transtext", "")