This commit is contained in:
xaoyaoo 2024-06-21 23:58:10 +08:00
parent f313ebd012
commit 773005febe

View File

@ -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: