Fixed syntax error by await

This commit is contained in:
2018-08-12 20:12:13 +02:00
parent 35b43e1b10
commit bb5da9c455

View File

@@ -30,7 +30,7 @@ async def deluge(websocket, path):
print('sending response')
last_msg = downloading
await.asyncio.sleep(1)
await asyncio.sleep(1)
serve_hello = websockets.serve(hello, '0.0.0.0', 8765)
# serve_time = websockets.serve(time, '0.0.0.0', 5678)