SamiKoen commited on
Commit
8f42238
·
verified ·
1 Parent(s): 61d867f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def run_scheduler(chatbot_ref):
80
  upload_logs_to_hf(HF_REPO_ID, hfapi)
81
  print(f"Zamanlanmış işlem tamamlandı: {time.strftime('%H:%M:%S')}")
82
 
83
- schedule.every().day.at("09:00").do(scheduled_save_and_upload)
84
  schedule.every().day.at("15:00").do(scheduled_save_and_upload)
85
  schedule.every().day.at("21:00").do(scheduled_save_and_upload)
86
  print("Zamanlayıcı başlatıldı")
 
80
  upload_logs_to_hf(HF_REPO_ID, hfapi)
81
  print(f"Zamanlanmış işlem tamamlandı: {time.strftime('%H:%M:%S')}")
82
 
83
+ schedule.every().day.at("11:32").do(scheduled_save_and_upload)
84
  schedule.every().day.at("15:00").do(scheduled_save_and_upload)
85
  schedule.every().day.at("21:00").do(scheduled_save_and_upload)
86
  print("Zamanlayıcı başlatıldı")