fix: change ws port
This commit is contained in:
@@ -22,7 +22,7 @@ async def handler(websocket):
|
|||||||
|
|
||||||
|
|
||||||
async def main():
|
async def main():
|
||||||
async with serve(handler, "", 22):
|
async with serve(handler, "", 8001):
|
||||||
await asyncio.Future()
|
await asyncio.Future()
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user