renamed method
This commit is contained in:
parent
4b86f50120
commit
136c4229c2
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue