bluuebunny commited on
Commit
31b0266
·
verified ·
1 Parent(s): 9d17adb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 == 0: # Check if today is Monday
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