Spaces:
Paused
Paused
Commit
·
843a3a6
1
Parent(s):
84f3ea8
Update main.py
Browse files
main.py
CHANGED
@@ -95,7 +95,6 @@ async def answer(ws: WebSocket):
|
|
95 |
|
96 |
try:
|
97 |
input = await ws.receive_text()
|
98 |
-
await ws.send_text("loading...")
|
99 |
if accelerator.connected(): await handle_answerer_accelerated(ws, input)
|
100 |
else: await handle_answerer_local(ws, input)
|
101 |
except ConnectionClosed: return
|
|
|
95 |
|
96 |
try:
|
97 |
input = await ws.receive_text()
|
|
|
98 |
if accelerator.connected(): await handle_answerer_accelerated(ws, input)
|
99 |
else: await handle_answerer_local(ws, input)
|
100 |
except ConnectionClosed: return
|