fix stop waiting bug (#3197)

This commit is contained in:
LawyZheng
2025-08-15 03:51:39 +08:00
committed by GitHub
parent 218f2dd7db
commit 6b8d29a23d
3 changed files with 3 additions and 9 deletions

View File

@@ -414,7 +414,7 @@ async def scrape_website(
max_screenshot_number: int = settings.MAX_NUM_SCREENSHOTS,
scroll: bool = True,
support_empty_page: bool = False,
wait_seconds: float = 3,
wait_seconds: float = 0,
) -> ScrapedPage:
"""
************************************************************************************************