Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
fix: gemini app url
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark committed Feb 13, 2024
1 parent fad5f17 commit c140c1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bardapi/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def _get_snim0e(self) -> str:
"__Secure-1PSID value should end with a single dot. Enter correct __Secure-1PSID value."
)
resp = self.session.get(
"https://gemini.google.com/", timeout=self.timeout, proxies=self.proxies
"https://gemini.google.com/app", timeout=self.timeout, proxies=self.proxies
)
if resp.status_code != 200:
raise Exception(
Expand Down

0 comments on commit c140c1e

Please sign in to comment.