This commit is contained in:
Davte 2020-04-19 19:42:55 +02:00
parent f6e65d5495
commit f56fc6d60c

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")
await asyncio.sleep(.5)
continue continue
break break
try: try: