feat: test ssh

This commit is contained in:
shenjianZ 2026-01-14 19:23:58 +08:00
parent 2afdd698b2
commit 3ce7683a42
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ def run_crawler(source: str, category: str, max_articles: int = None) -> bool:
# 覆盖最大文章数 # 覆盖最大文章数
if max_articles: if max_articles:
crawler.max_articles = max_articles crawler.max_articles = max_articles
articles = crawler.crawl() articles = crawler.crawl()