SamiKoen commited on
Commit
6638194
·
verified ·
1 Parent(s): ad4aa26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -90,8 +90,8 @@ def run_scheduler(chatbot_ref):
90
  upload_logs_to_hf(HF_REPO_ID, hfapi)
91
  print(f"Zamanlanmış işlem tamamlandı: {time.strftime('%H:%M:%S')}")
92
 
93
- schedule.every().day.at("09:00").do(scheduled_save_and_upload)
94
- schedule.every().day.at("15:00").do(scheduled_save_and_upload)
95
  schedule.every().day.at("21:00").do(scheduled_save_and_upload)
96
 
97
  while True:
 
90
  upload_logs_to_hf(HF_REPO_ID, hfapi)
91
  print(f"Zamanlanmış işlem tamamlandı: {time.strftime('%H:%M:%S')}")
92
 
93
+ schedule.every().day.at("10:20").do(scheduled_save_and_upload)
94
+ schedule.every().day.at("13:20").do(scheduled_save_and_upload)
95
  schedule.every().day.at("21:00").do(scheduled_save_and_upload)
96
 
97
  while True: