mirror of
https://github.com/xtekky/gpt4free.git
synced 2024-12-23 19:11:48 +03:00
renamed method
This commit is contained in:
parent
4b86f50120
commit
136c4229c2
@ -286,7 +286,7 @@ class Account:
|
||||
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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user