server.py
@@ -118,7 +118,6 @@ _str += d.decode(encoding='gbk') type = data_process.parseType(_str) except Exception as e: print("接受到的异常数据:", f"{_str[:10]}...{_str[-10:]}") if str(e).find("Unterminated string starting") > -1: _str = _str.replace("\n", "") type = data_process.parseType(_str)