Alibrown commited on
Commit
b9c0f34
·
verified ·
1 Parent(s): dc59a4a

Update app/app.py

Browse files
Files changed (1) hide show
  1. app/app.py +1 -1
app/app.py CHANGED
@@ -100,7 +100,7 @@ def health_check_worker():
100
  logger.info(f"Health check status: {response.status_code}")
101
  except Exception as e:
102
  logger.error(f"Health check failed: {str(e)}")
103
- time.sleep(30)
104
 
105
  if __name__ == "__main__":
106
  logger.info(f"Starting Discord bot on port {PORT}...")
 
100
  logger.info(f"Health check status: {response.status_code}")
101
  except Exception as e:
102
  logger.error(f"Health check failed: {str(e)}")
103
+ time.sleep(3600)
104
 
105
  if __name__ == "__main__":
106
  logger.info(f"Starting Discord bot on port {PORT}...")