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
2 changes: 1 addition & 1 deletion crawl4ai/async_webcrawler.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ async def __aexit__(self, exc_type, exc_val, exc_tb):

@asynccontextmanager
async def nullcontext(self):
"""异步空上下文管理器"""
"""Async null context manager that yields nothing."""
yield

async def arun(
Expand Down
2 changes: 1 addition & 1 deletion deploy/docker/c4ai-code-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -1548,7 +1548,7 @@ class AsyncWebCrawler:

@asynccontextmanager
async def nullcontext(self):
"""异步空上下文管理器"""
"""Async null context manager that yields nothing."""
yield

async def arun(
Expand Down