Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
xtsea committed Jan 12, 2024
1 parent f9b0bd6 commit 5c9cf15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RyuzakiLib/hackertools/gemini.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def __init__(
def __del__(self):
self.client.close()

def __get_response_gemini__(self, query: str = None):
def __get_response_gemini(self, query: str = None):
try:
gemini_chat = self._get_gemini_chat_from_db()

Expand Down

0 comments on commit 5c9cf15

Please sign in to comment.