Added minutes
This commit is contained in:
parent
2cbdbed180
commit
7115648754
2
app.py
2
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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue