diff --git a/robot.py b/robot.py index 1f9b249..d617b1f 100644 --- a/robot.py +++ b/robot.py @@ -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","测试任务!") \ No newline at end of file