fix: 修改定时任务执行时间

This commit is contained in:
chenwj113 2023-05-21 22:22:13 +08:00
parent e9e743675c
commit c4d12b581d
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ def get_data_job(lottery_type='pls'):
print(f'issue:{draw_issue}已经存在') print(f'issue:{draw_issue}已经存在')
@repeat(every().day.at("22:20")) @repeat(every().day.at("00:01"))
def pls_job(): def pls_job():
get_data_job(lottery_type='pls') get_data_job(lottery_type='pls')