fix: change ws port

This commit is contained in:
2024-07-23 00:04:59 +01:00
parent a4d839fa72
commit 4f6b0c2bd4

View File

@@ -22,7 +22,7 @@ async def handler(websocket):
async def main():
async with serve(handler, "", 22):
async with serve(handler, "", 8001):
await asyncio.Future()