From 58c49f3c82de53aff52c730cfd27ad3e3c978833 Mon Sep 17 00:00:00 2001 From: liuwei Date: Tue, 20 May 2025 10:26:27 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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