mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-24 02:39:17 -05:00
Small typo fix for result.markdown
This commit is contained in:
@@ -255,7 +255,7 @@ class SinglePageCrawlStrategy:
|
||||
)
|
||||
|
||||
result = await self.crawler.arun(url=url, config=crawl_config)
|
||||
if result.success and result.markdown and result.markdown:
|
||||
if result.success and result.markdown:
|
||||
logger.info(f"Successfully crawled markdown file: {url}")
|
||||
|
||||
# Report completion progress
|
||||
|
||||
Reference in New Issue
Block a user