summaryrefslogtreecommitdiffstats
path: root/g4f/Provider/you/har_file.py
diff options
context:
space:
mode:
authorH Lohaus <hlohaus@users.noreply.github.com>2024-05-18 16:54:00 +0200
committerGitHub <noreply@github.com>2024-05-18 16:54:00 +0200
commitfcd36475e5767b1451a02bd164b07f7c54726745 (patch)
treea8c2b770c72d1ef64b401a63af492e4322ee4c47 /g4f/Provider/you/har_file.py
parentMerge pull request #1970 from hlohaus/leech (diff)
parentFix OpenaiChat provider, improve proofofwork (diff)
downloadgpt4free-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/har_file.py')
-rw-r--r--g4f/Provider/you/har_file.py2
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)