This commit is contained in:
Davte 2020-04-19 19:37:19 +02:00
parent 1f200b30ab
commit a381805c3c

View File

@ -436,6 +436,7 @@ class Client:
force=(new_progress == 100) force=(new_progress == 100)
) )
if not input_data: if not input_data:
continue
break break
file_to_receive.write(input_data) file_to_receive.write(input_data)
print() # New line after sys.stdout.write print() # New line after sys.stdout.write