araeyn commited on
Commit
0b217aa
·
verified ·
1 Parent(s): 6da28a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ async def echo(websocket):
30
  await websocket.send(json.dumps({"type": "update", "data": {"players": players}}))
31
 
32
  async def main():
33
- async with serve(echo, "0.0.0.0", 8080):
34
  await asyncio.Future()
35
 
36
  asyncio.run(main())
 
30
  await websocket.send(json.dumps({"type": "update", "data": {"players": players}}))
31
 
32
  async def main():
33
+ async with serve(echo, "0.0.0.0", 7860):
34
  await asyncio.Future()
35
 
36
  asyncio.run(main())