This commit is contained in:
Davte 2020-04-19 19:42:18 +02:00
parent 05cc3cb8e6
commit f6e65d5495

View File

@ -108,6 +108,7 @@ class Server:
consecutive_interruptions = 0 consecutive_interruptions = 0
if not input_data: if not input_data:
print("No input data received") print("No input data received")
continue
break break
try: try:
writer.write(input_data) writer.write(input_data)