每3小时执行一次自动登录

This commit is contained in:
liuwei
2025-05-19 17:05:06 +08:00
parent cdfe120cd7
commit 41c3ab6f47

View File

@@ -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