From 6c5049a4207d1da98dce2ac4605965d771e09492 Mon Sep 17 00:00:00 2001 From: liuwei Date: Thu, 8 Jan 2026 17:10:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=AF=8F=E5=A4=A9=E7=88=AC?= =?UTF-8?q?=E5=8F=96=E3=80=82=E9=98=BB=E5=A1=9E=E4=B8=9A=E5=8A=A1=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/main.py b/main.py index 10134f1..a079f02 100644 --- a/main.py +++ b/main.py @@ -149,11 +149,6 @@ def jobs(robot: Robot): if hasattr(robot, 'message_storage') and robot.message_storage: 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() if __name__ == "__main__":