From 41c3ab6f4737feaad107c5586a35b59e1ad98794 Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 19 May 2025 17:05:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AF=8F3=E5=B0=8F=E6=97=B6=E6=89=A7=E8=A1=8C?= =?UTF-8?q?=E4=B8=80=E6=AC=A1=E8=87=AA=E5=8A=A8=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/main.py b/main.py index 9a4af73..b9f20fe 100644 --- a/main.py +++ b/main.py @@ -67,8 +67,7 @@ def main(): # robot.onEveryTime("17:30", robot.xiu_ren_pdf_send) # 每天进行二次登录检查 - robot.onEveryTime("09:25", robot.login_twice_auto_auth) - robot.onEveryTime("21:10", robot.login_twice_auto_auth) + robot.onEveryHours(3, robot.login_twice_auto_auth) # 启动Dashboard服务器 dashboard_server = None