From 71156487545ce1064f3c1b31d26a236380d6c9d1 Mon Sep 17 00:00:00 2001 From: carlos Date: Mon, 30 Sep 2024 23:39:10 -0700 Subject: [PATCH] Added minutes --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 750df98..f467068 100644 --- a/app.py +++ b/app.py @@ -53,7 +53,7 @@ def write_to_google_spreadsheet(df: pd.DataFrame): set_with_dataframe(worksheet, df) -@huey.periodic_task(crontab(hour='6')) +@huey.periodic_task(crontab(hour='6', minute='0')) def process_daily_report(): league = League(league_id=cfg.LEAGUE_ID, year=datetime.now().year,