1
0
Fork 0

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
1 changed files with 1 additions and 1 deletions

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