Skip to content

Commit

Permalink
renamed method
Browse files Browse the repository at this point in the history
  • Loading branch information
sudouser777 committed May 1, 2023
1 parent 4b86f50 commit 136c422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gpt4free/quora/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def get(self):
return choice(cookies)

@staticmethod
def delete_account(token: str, proxy: Optional[str] = None):
def delete(token: str, proxy: Optional[str] = None):
client = PoeClient(token, proxy=proxy)
client.delete_account()

Expand Down

0 comments on commit 136c422

Please sign in to comment.