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

@ -114,6 +114,7 @@ def run_crawler(source: str, category: str, max_articles: int = None) -> bool:
if max_articles:
crawler.max_articles = max_articles
articles = crawler.crawl()
if not articles: