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

Commit

Permalink
fix: kill ends with dot message
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark committed Feb 19, 2024
1 parent f939e1b commit 9880ee9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bardapi/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,6 @@ def _get_snim0e(self) -> str:
Raises:
Exception: If the __Secure-1PSID value is invalid or SNlM0e value is not found in the response.
"""
if not self.token or self.token[-1] != ".":
print(
"__Secure-1PSID value should end with a single dot. Enter correct __Secure-1PSID value."
)
resp = self.session.get(
"https://gemini.google.com/app", timeout=self.timeout, proxies=self.proxies
)
Expand Down

0 comments on commit 9880ee9

Please sign in to comment.