From cdfe120cd775351ce3e56231a62c773eecdfc6d7 Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 19 May 2025 16:52:51 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=BA=8C=E6=AC=A1=E7=99=BB?= =?UTF-8?q?=E5=BD=95=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 c09de6f..9a4af73 100644 --- a/main.py +++ b/main.py @@ -68,7 +68,7 @@ def main(): # 每天进行二次登录检查 robot.onEveryTime("09:25", robot.login_twice_auto_auth) - robot.onEveryTime("23:10", robot.login_twice_auto_auth) + robot.onEveryTime("21:10", robot.login_twice_auto_auth) # 启动Dashboard服务器 dashboard_server = None