From 3ce7683a42d568bb2a3d479e7597ff31466a5e2c Mon Sep 17 00:00:00 2001 From: shenjianZ Date: Wed, 14 Jan 2026 19:23:58 +0800 Subject: [PATCH] feat: test ssh --- crawler-module/src/cli/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/crawler-module/src/cli/main.py b/crawler-module/src/cli/main.py index 72d20f5..2df0e96 100644 --- a/crawler-module/src/cli/main.py +++ b/crawler-module/src/cli/main.py @@ -113,6 +113,7 @@ def run_crawler(source: str, category: str, max_articles: int = None) -> bool: # 覆盖最大文章数 if max_articles: crawler.max_articles = max_articles + articles = crawler.crawl()