fix bug
This commit is contained in:
parent
f313ebd012
commit
773005febe
@ -474,7 +474,7 @@ class ParsingMSG(DatabaseBase):
|
|||||||
bytes_extra = self.get_BytesExtra(BytesExtra)
|
bytes_extra = self.get_BytesExtra(BytesExtra)
|
||||||
if bytes_extra:
|
if bytes_extra:
|
||||||
try:
|
try:
|
||||||
talker = bytes_extra['3'][0]['2'].decode('utf-8', errors='ignore')
|
talker = bytes_extra['3'][0]['2']
|
||||||
if "publisher-id" in talker:
|
if "publisher-id" in talker:
|
||||||
talker = "系统"
|
talker = "系统"
|
||||||
except:
|
except:
|
||||||
|
Loading…
Reference in New Issue
Block a user