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