测试插件定时任务
This commit is contained in:
2
main.py
2
main.py
@@ -108,7 +108,7 @@ def jobs(robot: Robot):
|
|||||||
# await robot.xiu_ren_pdf_send()
|
# await robot.xiu_ren_pdf_send()
|
||||||
|
|
||||||
# ✅ 每 3 小时登录验证
|
# ✅ 每 3 小时登录验证
|
||||||
@async_job.every_hours(3)
|
@async_job.at_times(["14:42"])
|
||||||
async def login_check_job():
|
async def login_check_job():
|
||||||
robot.login_twice_auto_auth()
|
robot.login_twice_auto_auth()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user