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__":