Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ async def hello():
|
|
8 |
async with websockets.connect(uri) as websocket:
|
9 |
messages = [
|
10 |
'{"fn_index":2,"session_hash":"kb46puzhzr"}',
|
11 |
-
|
12 |
]
|
13 |
|
14 |
for message in messages:
|
|
|
8 |
async with websockets.connect(uri) as websocket:
|
9 |
messages = [
|
10 |
'{"fn_index":2,"session_hash":"kb46puzhzr"}',
|
11 |
+
|
12 |
]
|
13 |
|
14 |
for message in messages:
|