Updated hour to accomodate TZ
This commit is contained in:
parent
7115648754
commit
39e6e71da1
2
app.py
2
app.py
|
|
@ -53,7 +53,7 @@ def write_to_google_spreadsheet(df: pd.DataFrame):
|
||||||
set_with_dataframe(worksheet, df)
|
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():
|
def process_daily_report():
|
||||||
league = League(league_id=cfg.LEAGUE_ID,
|
league = League(league_id=cfg.LEAGUE_ID,
|
||||||
year=datetime.now().year,
|
year=datetime.now().year,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue