From 797520e0f8caff4b121e5650385f732ff66ec5b7 Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 20 May 2025 14:39:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8F=92=E4=BB=B6=E5=AE=9A?= =?UTF-8?q?=E6=97=B6=E4=BB=BB=E5=8A=A1?= 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 0b0a223..e76404d 100644 --- a/main.py +++ b/main.py @@ -108,7 +108,7 @@ def jobs(robot: Robot): # await robot.xiu_ren_pdf_send() # ✅ 每 3 小时登录验证 - @async_job.every_hours(3) + @async_job.at_times(["14:42"]) async def login_check_job(): robot.login_twice_auto_auth()