From 9592d57b0c0eff5162905c06ba7a70a7722f3590 Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 20 May 2025 10:28:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96jobs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- robot.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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