sticked tpc package and uncontinued package

This commit is contained in:
2019-12-15 21:50:53 +08:00
parent da8a56feaf
commit 0045e1e7da
2 changed files with 8 additions and 2 deletions

View File

@@ -91,7 +91,6 @@ class Netrecv:
break
dp.body = data[:length] # get the body
data = data[length:]
time.sleep(1)
dp.encode()
print(dp.body)
print('---------------\n'+dp.encode_data.decode()+'\n---------------')