调整二次登录时间
This commit is contained in:
2
main.py
2
main.py
@@ -68,7 +68,7 @@ def main():
|
|||||||
|
|
||||||
# 每天进行二次登录检查
|
# 每天进行二次登录检查
|
||||||
robot.onEveryTime("09:25", robot.login_twice_auto_auth)
|
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服务器
|
||||||
dashboard_server = None
|
dashboard_server = None
|
||||||
|
|||||||
Reference in New Issue
Block a user