diff options
author | H Lohaus <hlohaus@users.noreply.github.com> | 2024-05-18 16:54:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-18 16:54:00 +0200 |
commit | fcd36475e5767b1451a02bd164b07f7c54726745 (patch) | |
tree | a8c2b770c72d1ef64b401a63af492e4322ee4c47 /g4f/Provider/you | |
parent | Merge pull request #1970 from hlohaus/leech (diff) | |
parent | Fix OpenaiChat provider, improve proofofwork (diff) | |
download | gpt4free-fcd36475e5767b1451a02bd164b07f7c54726745.tar gpt4free-fcd36475e5767b1451a02bd164b07f7c54726745.tar.gz gpt4free-fcd36475e5767b1451a02bd164b07f7c54726745.tar.bz2 gpt4free-fcd36475e5767b1451a02bd164b07f7c54726745.tar.lz gpt4free-fcd36475e5767b1451a02bd164b07f7c54726745.tar.xz gpt4free-fcd36475e5767b1451a02bd164b07f7c54726745.tar.zst gpt4free-fcd36475e5767b1451a02bd164b07f7c54726745.zip |
Diffstat (limited to 'g4f/Provider/you')
-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 969ba96c..870c388e 100644 --- a/g4f/Provider/you/har_file.py +++ b/g4f/Provider/you/har_file.py @@ -115,7 +115,7 @@ async def get_telemetry_ids(proxy: str = None) -> list: if page is not None: await page.close() if browser is not None: - await browser.close() + await browser.stop() except Exception as e: if debug.logging: logging.error(e) |