From f4a432829effa4ef798760a127ef162cd8d3f4d4 Mon Sep 17 00:00:00 2001 From: ntohidi Date: Mon, 18 Aug 2025 10:59:14 +0800 Subject: [PATCH] fix(crawler): Removed the incorrect reference in browser_config variable #1310 --- crawl4ai/async_crawler_strategy.back.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crawl4ai/async_crawler_strategy.back.py b/crawl4ai/async_crawler_strategy.back.py index 9fdb0fe2..9f1ed38d 100644 --- a/crawl4ai/async_crawler_strategy.back.py +++ b/crawl4ai/async_crawler_strategy.back.py @@ -824,7 +824,7 @@ class AsyncPlaywrightCrawlerStrategy(AsyncCrawlerStrategy): except Error: visibility_info = await self.check_visibility(page) - if self.browser_config.config.verbose: + if self.browser_config.verbose: self.logger.debug( message="Body visibility info: {info}", tag="DEBUG",