fix(async_playwright_crawler): use config directly instead of self.config for verbosity check

This commit is contained in:
ntohidi
2025-05-07 12:32:38 +02:00
parent eebb8c84f0
commit ee93acbd06

View File

@@ -816,7 +816,7 @@ class AsyncPlaywrightCrawlerStrategy(AsyncCrawlerStrategy):
except Error:
visibility_info = await self.check_visibility(page)
if self.config.verbose:
if self.verbose:
self.logger.debug(
message="Body visibility info: {info}",
tag="DEBUG",