diff --git a/pywxdump/dbpreprocess/parsingMSG.py b/pywxdump/dbpreprocess/parsingMSG.py index e3bb722..a5959aa 100644 --- a/pywxdump/dbpreprocess/parsingMSG.py +++ b/pywxdump/dbpreprocess/parsingMSG.py @@ -474,7 +474,7 @@ class ParsingMSG(DatabaseBase): bytes_extra = self.get_BytesExtra(BytesExtra) if bytes_extra: try: - talker = bytes_extra['3'][0]['2'].decode('utf-8', errors='ignore') + talker = bytes_extra['3'][0]['2'] if "publisher-id" in talker: talker = "系统" except: