Updated hour to accomodate TZ

This commit is contained in:
Carlos 2024-09-30 23:40:34 -07:00
parent 7115648754
commit 39e6e71da1

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', minute='0'))
@huey.periodic_task(crontab(hour='13', minute='0'))
def process_daily_report():
league = League(league_id=cfg.LEAGUE_ID,
year=datetime.now().year,