bluuebunny commited on
Commit
9d17adb
·
verified ·
1 Parent(s): 41f130b

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 == 1: # 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 == 0: # Check if today is Monday
28
 
29
  log_message("Starting Updation")
30