From c4d12b581df761b8a313b912ecd48158385755c3 Mon Sep 17 00:00:00 2001 From: chenwj113 Date: Sun, 21 May 2023 22:22:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=AE=9A=E6=97=B6?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=89=A7=E8=A1=8C=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index c37a5f6..20ce441 100644 --- a/main.py +++ b/main.py @@ -34,7 +34,7 @@ def get_data_job(lottery_type='pls'): print(f'issue:{draw_issue}已经存在') -@repeat(every().day.at("22:20")) +@repeat(every().day.at("00:01")) def pls_job(): get_data_job(lottery_type='pls')