Added minutes

This commit is contained in:
Carlos 2024-09-30 23:39:10 -07:00
parent 2cbdbed180
commit 7115648754

2
app.py
View file

@ -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,