From b3e6be1f3aa78cd4d1c8c64c16881104e155005e Mon Sep 17 00:00:00 2001 From: liuwei Date: Thu, 8 Jan 2026 08:36: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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/main.py b/main.py index 01fee01..10134f1 100644 --- a/main.py +++ b/main.py @@ -150,10 +150,10 @@ def jobs(robot: Robot): await robot.message_storage.process_pending_images(minutes_ago=10, batch_size=20) #每天抓取sehuatxinx入库 - @async_job.at_times(["23:30"]) - async def process_pending_sehuatang_job(): - crawler = SehuatangCrawler() - crawler.run() + # @async_job.at_times(["23:30"]) + # async def process_pending_sehuatang_job(): + # crawler = SehuatangCrawler() + # crawler.run() if __name__ == "__main__":