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
|
from .configure import Configuration
|
||||||
|
|
||||||
|
|
||||||
def delete_posts():
|
def delete_all_posts():
|
||||||
auth = Auth()
|
auth = Auth()
|
||||||
client = auth.login()
|
client = auth.login()
|
||||||
config = Configuration()
|
config = Configuration()
|
||||||
|
|||||||
Reference in New Issue
Block a user