mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-06-28 21:01:55 +08:00
fix: did a quick fix
This commit is contained in:
parent
14e28a9c15
commit
a6f43d53cb
@ -137,6 +137,7 @@ class ChromiumLoader(BaseLoader):
|
||||
)
|
||||
finally:
|
||||
if "browser" in locals():
|
||||
await browser.close()
|
||||
|
||||
|
||||
async def ascrape_with_js_support(self, url: str) -> str:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user