测试一下

This commit is contained in:
liuwei
2025-05-21 10:05:04 +08:00
parent a66dd1ed05
commit 557949fd7d

View File

@@ -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()