parent
de3cc23b91
commit
09398aa52c
1 changed files with 1 additions and 1 deletions
|
@ -388,7 +388,7 @@ def session(connection, client, ip, isssl=False):
|
|||
print(traceback.format_exc())
|
||||
cause = "Read error: " + str(ex)
|
||||
break
|
||||
print("Received data: {}".format(data))
|
||||
print(f"Received data from {pending}: {data}")
|
||||
try:
|
||||
textt += data.decode()
|
||||
#if finished and not property_list[pending]["ping_pending"]:
|
||||
|
|
Loading…
Add table
Reference in a new issue