每3小时执行一次自动登录
This commit is contained in:
3
main.py
3
main.py
@@ -67,8 +67,7 @@ def main():
|
|||||||
# robot.onEveryTime("17:30", robot.xiu_ren_pdf_send)
|
# robot.onEveryTime("17:30", robot.xiu_ren_pdf_send)
|
||||||
|
|
||||||
# 每天进行二次登录检查
|
# 每天进行二次登录检查
|
||||||
robot.onEveryTime("09:25", robot.login_twice_auto_auth)
|
robot.onEveryHours(3, robot.login_twice_auto_auth)
|
||||||
robot.onEveryTime("21:10", robot.login_twice_auto_auth)
|
|
||||||
|
|
||||||
# 启动Dashboard服务器
|
# 启动Dashboard服务器
|
||||||
dashboard_server = None
|
dashboard_server = None
|
||||||
|
|||||||
Reference in New Issue
Block a user