araeyn commited on
Commit
6da28a7
·
verified ·
1 Parent(s): 1942a04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -3,6 +3,8 @@ import json
3
  from websockets.server import serve
4
  import time
5
 
 
 
6
  json.dump({}, open("p.json", "w"))
7
 
8
  async def echo(websocket):
 
3
  from websockets.server import serve
4
  import time
5
 
6
+ print("started")
7
+
8
  json.dump({}, open("p.json", "w"))
9
 
10
  async def echo(websocket):