feat: test ssh
This commit is contained in:
parent
2afdd698b2
commit
3ce7683a42
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue