Update app.py
Browse files
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("
|
94 |
-
schedule.every().day.at("
|
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:
|