chore: remove azure automatic deployments

This commit is contained in:
2021-07-01 01:44:47 -04:00
parent 6b5e975ed1
commit 5227cacb75
2 changed files with 1 additions and 74 deletions

View File

@@ -8,6 +8,6 @@ async def echo(websocket, path):
await websocket.send(message)
asyncio.get_event_loop().run_until_complete(
websockets.serve(echo, "", 443))
websockets.serve(echo, "", 5000))
print("starting websocket...")
asyncio.get_event_loop().run_forever()