Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ async def send_wss_request():
|
|
66 |
print("Connection closed. Reconnecting in 30 minutes.")
|
67 |
|
68 |
# Sleep for 30 minutes before the next iteration
|
69 |
-
await asyncio.sleep(
|
70 |
|
71 |
def run_websocket():
|
72 |
# Create a new event loop for the thread
|
|
|
66 |
print("Connection closed. Reconnecting in 30 minutes.")
|
67 |
|
68 |
# Sleep for 30 minutes before the next iteration
|
69 |
+
await asyncio.sleep(1 * 60)
|
70 |
|
71 |
def run_websocket():
|
72 |
# Create a new event loop for the thread
|