From fc29e88b321ec74769817dff296f6d5bd84c3a04 Mon Sep 17 00:00:00 2001 From: liuwei Date: Wed, 7 Jan 2026 16:01:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E4=B8=AA=E6=AF=8F=E5=A4=A9=E7=88=AC?= =?UTF-8?q?=E5=8F=96=E6=95=B0=E6=8D=AE?= 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 b3c7f5a..01fee01 100644 --- a/main.py +++ b/main.py @@ -150,7 +150,7 @@ def jobs(robot: Robot): await robot.message_storage.process_pending_images(minutes_ago=10, batch_size=20) #每天抓取sehuatxinx入库 - @async_job.at_times(["11:30"]) + @async_job.at_times(["23:30"]) async def process_pending_sehuatang_job(): crawler = SehuatangCrawler() crawler.run()