refactor: delete_posts is now delete_all_posts

This commit is contained in:
2025-12-19 14:34:25 +01:00
parent cfa5773e62
commit 3eb456e999

View File

@@ -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()