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

Commit

Permalink
chore: style black
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark committed Apr 12, 2024
1 parent ab8a5e4 commit 3e0a15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemini/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def _set_sid_and_nonce(self):
raise GeminiAPIError(
f"Gemini API Error: Response code {response.status_code}\nExcessive connections may have temporarily blocked your account/IP, but web UI should remain accessible."
)

response.raise_for_status()

sid_match = re.search(r'"FdrFJe":"([\d-]+)"', response.text)
Expand Down

0 comments on commit 3e0a15f

Please sign in to comment.