Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def run_script_periodically():
|
|
24 |
|
25 |
current_day = datetime.now().weekday() # Monday is 0, Sunday is 6
|
26 |
|
27 |
-
if current_day ==
|
28 |
|
29 |
log_message("Starting Updation")
|
30 |
|
|
|
24 |
|
25 |
current_day = datetime.now().weekday() # Monday is 0, Sunday is 6
|
26 |
|
27 |
+
if current_day == 5: # Check if today is Monday
|
28 |
|
29 |
log_message("Starting Updation")
|
30 |
|