Spaces:
Running
Running
Commit
·
02b6e08
1
Parent(s):
dfa5c67
Update app.py
Browse files
app.py
CHANGED
@@ -9,6 +9,7 @@ async def run_code(websocket, path):
|
|
9 |
try:
|
10 |
# Read the code from the WebSocket connection
|
11 |
code = await websocket.recv()
|
|
|
12 |
|
13 |
|
14 |
async with websockets.connect('wss://ramesh-vani-wspython.hf.space') as web:
|
|
|
9 |
try:
|
10 |
# Read the code from the WebSocket connection
|
11 |
code = await websocket.recv()
|
12 |
+
print(code)
|
13 |
|
14 |
|
15 |
async with websockets.connect('wss://ramesh-vani-wspython.hf.space') as web:
|