diff --git a/skywipe/posts.py b/skywipe/posts.py index d373f4d..5e08469 100644 --- a/skywipe/posts.py +++ b/skywipe/posts.py @@ -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()