Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions crawl4ai/async_webcrawler.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .__version__ import __version__ as crawl4ai_version
from .__version__ import __version__ as crawl4ai_version
import os
import re
import sys
Expand Down Expand Up @@ -252,6 +252,7 @@ async def arun(
try:
self.logger.verbose = config.verbose

kwargs.pop('verbose', None) # prevent conflict with **kwargs forwarding
# Default to ENABLED if no cache mode specified
if config.cache_mode is None:
config.cache_mode = CacheMode.ENABLED
Expand Down Expand Up @@ -1186,4 +1187,4 @@ async def aseed_urls(
seeding_config
)
else:
raise ValueError("`domain_or_domains` must be a string or a list of strings.")
raise ValueError("`domain_or_domains` must be a string or a list of strings.")
Binary file added tests/test_verbose_bug.py
Binary file not shown.