Spaces:
Running
Running
Commit
·
8a4d308
1
Parent(s):
84d9598
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ async def websocket_consumer(websocket, path):
|
|
7 |
|
8 |
try:
|
9 |
code = await websocket.recv()
|
|
|
10 |
async with websockets.connect('wss://ramesh-vani-wspython.hf.space') as wssocket:
|
11 |
|
12 |
await wssocket.send(code)
|
|
|
7 |
|
8 |
try:
|
9 |
code = await websocket.recv()
|
10 |
+
print(code)
|
11 |
async with websockets.connect('wss://ramesh-vani-wspython.hf.space') as wssocket:
|
12 |
|
13 |
await wssocket.send(code)
|