Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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):
|