1
1
mirror of https://github.com/xtekky/gpt4free.git synced 2024-12-23 19:11:48 +03:00

renamed method

This commit is contained in:
Raju Komati 2023-05-01 19:57:44 +05:30
parent 4b86f50120
commit 136c4229c2
No known key found for this signature in database
GPG Key ID: A581A5D67A8EB090

View File

@ -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()