diff --git a/g4f/Provider/search/GoogleSearch.py b/g4f/Provider/search/GoogleSearch.py index 3dc506f6..4eae6666 100644 --- a/g4f/Provider/search/GoogleSearch.py +++ b/g4f/Provider/search/GoogleSearch.py @@ -50,4 +50,4 @@ class GoogleSearch(AsyncGeneratorProvider, AuthFileMixin): await asyncio.sleep(1000) finally: if stop_browser is not None: - stop_browser() \ No newline at end of file + await stop_browser() \ No newline at end of file