[Mod]调整WebsocketClient的对话信息记录函数

This commit is contained in:
vn.py 2018-12-29 09:44:25 +08:00
parent 10e9983e14
commit 24dbe7d014

View File

@ -270,9 +270,4 @@ class WebsocketClient(object):
"""
用于Debug 记录最后一次发送出去的text
"""
try:
# 尝试解包,解不了就算
text = str(self.unpackData(text))
except:
pass
self._lastReceivedText = text[:1000]