[Mod]调整WebsocketClient的对话信息记录函数
This commit is contained in:
parent
10e9983e14
commit
24dbe7d014
@ -270,9 +270,4 @@ class WebsocketClient(object):
|
||||
"""
|
||||
用于Debug: 记录最后一次发送出去的text
|
||||
"""
|
||||
try:
|
||||
# 尝试解包,解不了就算
|
||||
text = str(self.unpackData(text))
|
||||
except:
|
||||
pass
|
||||
self._lastReceivedText = text[:1000]
|
||||
self._lastReceivedText = text[:1000]
|
Loading…
Reference in New Issue
Block a user