fix(crawler): update get_page call to include additional return value

This commit is contained in:
UncleCode
2025-04-02 19:01:30 +08:00
parent c5cac2b459
commit 179921a131

View File

@@ -505,7 +505,7 @@ class AsyncPlaywrightCrawlerStrategy(AsyncCrawlerStrategy):
)
# Get page for session
page, context = await self.browser_manager.get_page(crawlerRunConfig=config)
page, context, _ = await self.browser_manager.get_page(crawlerRunConfig=config)
# await page.goto(URL)