Update app.py
Browse files
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("
|
| 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ı")
|