fix: 修改定时任务执行时间
This commit is contained in:
parent
e9e743675c
commit
c4d12b581d
2
main.py
2
main.py
|
|
@ -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')
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue