优化jobs

This commit is contained in:
liuwei
2025-05-20 10:28:44 +08:00
parent 58c49f3c82
commit 9592d57b0c

View File

@@ -697,6 +697,7 @@ class Robot:
except Exception as e:
self.LOG.error(f"SendRanking error{e}")
@async_job.at_times(["10:27"])
@async_job.at_times(["10:30"])
async def job_test():
self.LOG.info("执行测试任务!")
await self.ipad_bot.send_text_message("Jyunere","测试任务!")