fix: await stop_browser call in GoogleSearch to ensure proper asynchronous execution

This commit is contained in:
hlohaus 2026-02-08 02:49:04 +01:00
parent 0943d16eef
commit 0563c0c1d3

View file

@ -50,4 +50,4 @@ class GoogleSearch(AsyncGeneratorProvider, AuthFileMixin):
await asyncio.sleep(1000)
finally:
if stop_browser is not None:
stop_browser()
await stop_browser()