Small typo fix for result.markdown

This commit is contained in:
Cole Medin
2025-09-19 15:05:40 -05:00
parent 2265713383
commit 2b8224ad96

View File

@@ -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