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