From 3eb456e9992392485aa5f09df930d7426f075213 Mon Sep 17 00:00:00 2001 From: Kharec Date: Fri, 19 Dec 2025 14:34:25 +0100 Subject: [PATCH] refactor: delete_posts is now delete_all_posts --- skywipe/posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()