refactor: delete_posts is now delete_all_posts
This commit is contained in:
@@ -5,7 +5,7 @@ from .auth import Auth
|
||||
from .configure import Configuration
|
||||
|
||||
|
||||
def delete_posts():
|
||||
def delete_all_posts():
|
||||
auth = Auth()
|
||||
client = auth.login()
|
||||
config = Configuration()
|
||||
|
||||
Reference in New Issue
Block a user