From 557949fd7da6a353645c2af76fa792c9de075822 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 21 May 2025 10:05:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 575b1a1..50d032d 100644 --- a/main.py +++ b/main.py @@ -88,7 +88,7 @@ def jobs(robot: Robot): await robot.message_count_to_db() # ✅ 每天 09:30 从 sqlite 读取并发送群排行 - @async_job.at_times(["09:30"]) + @async_job.at_times(["10:06"]) async def msg_ranking_job(): await robot.generate_and_send_ranking()