feat: run_medias() is now implemented
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
from typing import Callable, Dict, Optional
|
from typing import Callable, Dict, Optional
|
||||||
from skywipe.configure import Configuration
|
from skywipe.configure import Configuration
|
||||||
from skywipe.posts import delete_posts
|
from skywipe.posts import delete_posts
|
||||||
|
from skywipe.medias import delete_posts_with_medias
|
||||||
|
|
||||||
|
|
||||||
CommandHandler = Callable[[], None]
|
CommandHandler = Callable[[], None]
|
||||||
@@ -58,7 +59,7 @@ def run_posts():
|
|||||||
|
|
||||||
|
|
||||||
def run_medias():
|
def run_medias():
|
||||||
print("Command 'medias' is not yet implemented.")
|
delete_posts_with_medias()
|
||||||
|
|
||||||
|
|
||||||
def run_likes():
|
def run_likes():
|
||||||
|
|||||||
Reference in New Issue
Block a user