diff --git a/backend/app/apps.py b/backend/app/apps.py index 8c69bf8..33df792 100644 --- a/backend/app/apps.py +++ b/backend/app/apps.py @@ -22,7 +22,7 @@ class AppConfig(AppConfig): job.delete() # Schedule jobs here as required scheduler.cron( - "0 6 * * *", + "0 6 * * 1-5", func=populate_bhav_copy_data, repeat=None, )