加入自动二次登录,每天2次
This commit is contained in:
4
main.py
4
main.py
@@ -68,6 +68,10 @@ def main(chat_type: int):
|
||||
# # 秀人网每天自动发pdf
|
||||
# robot.onEveryTime("17:30", robot.xiu_ren_pdf_send)
|
||||
|
||||
# 每天进行二次登录检查
|
||||
robot.onEveryTime("00:01", robot.login_twice_auto_auth)
|
||||
robot.onEveryTime("12:01", robot.login_twice_auto_auth)
|
||||
|
||||
# 启动Dashboard服务器
|
||||
dashboard_server = None
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user