diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-04-23 19:57:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-23 19:57:43 +0200 |
commit | 431621b2747ce62d46c1af53e72d457b46b1c3b1 (patch) | |
tree | e681d6919241cd10406643e12c48d3960b5f52eb /g4f/Provider/you/har_file.py | |
parent | Merge pull request #1881 from hlohaus/css (diff) | |
parent | Fix issue with You.com and nodriver (diff) | |
download | gpt4free-431621b2747ce62d46c1af53e72d457b46b1c3b1.tar gpt4free-431621b2747ce62d46c1af53e72d457b46b1c3b1.tar.gz gpt4free-431621b2747ce62d46c1af53e72d457b46b1c3b1.tar.bz2 gpt4free-431621b2747ce62d46c1af53e72d457b46b1c3b1.tar.lz gpt4free-431621b2747ce62d46c1af53e72d457b46b1c3b1.tar.xz gpt4free-431621b2747ce62d46c1af53e72d457b46b1c3b1.tar.zst gpt4free-431621b2747ce62d46c1af53e72d457b46b1c3b1.zip |
Diffstat (limited to '')
-rw-r--r-- | g4f/Provider/you/har_file.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g4f/Provider/you/har_file.py b/g4f/Provider/you/har_file.py index e58e44d6..791db7f1 100644 --- a/g4f/Provider/you/har_file.py +++ b/g4f/Provider/you/har_file.py @@ -101,4 +101,4 @@ async def get_telemetry_ids(proxy: str = None) -> list: return [await get_telemetry_id() for _ in range(1)] finally: - await browser.stop()
\ No newline at end of file + await tab.close()
\ No newline at end of file |