Skip to content

Commit f4a4328

Browse files
committed
fix(crawler): Removed the incorrect reference in browser_config variable unclecode#1310
1 parent e651e04 commit f4a4328

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crawl4ai/async_crawler_strategy.back.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ def log_consol(
824824
except Error:
825825
visibility_info = await self.check_visibility(page)
826826

827-
if self.browser_config.config.verbose:
827+
if self.browser_config.verbose:
828828
self.logger.debug(
829829
message="Body visibility info: {info}",
830830
tag="DEBUG",

0 commit comments

Comments
 (0)