clone3 commited on
Commit
df2b632
·
1 Parent(s): f01ed13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(30 * 60)
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