优化jobs

This commit is contained in:
liuwei
2025-05-20 10:26:27 +08:00
parent 3ac070c3cf
commit 58c49f3c82

View File

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