lunarflu HF Staff commited on
Commit
08d313c
·
verified ·
1 Parent(s): e1dc8e0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ def run_bot():
130
 
131
  # Function to schedule the bot restart at midnight
132
  def schedule_restart():
133
- schedule.every().day.at("20:05").do(restart_bot)
134
 
135
  while True:
136
  schedule.run_pending()
 
130
 
131
  # Function to schedule the bot restart at midnight
132
  def schedule_restart():
133
+ schedule.every().day.at("00:00").do(restart_bot)
134
 
135
  while True:
136
  schedule.run_pending()