Skip to content

Commit a6f43d5

Browse files
committed
fix: did a quick fix
1 parent 14e28a9 commit a6f43d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scrapegraphai/docloaders/chromium.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ async def ascrape_playwright(self, url: str) -> str:
137137
)
138138
finally:
139139
if "browser" in locals():
140+
await browser.close()
140141

141142

142143
async def ascrape_with_js_support(self, url: str) -> str:

0 commit comments

Comments
 (0)