This commit is contained in:
2021-06-07 08:47:06 -04:00
parent edf45c033f
commit a74e3f6d04
4 changed files with 27 additions and 29 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import asyncio
import websockets
async def hello():
uri = "ws://localhost:50005/messages"
uri = "ws://w02:50005/messages"
async with websockets.connect(uri) as websocket:
name = "Andreas"