mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-09 11:45:02 -08:00
fix: wrong code formating
This commit is contained in:
@@ -508,8 +508,7 @@ def anilist_options(config, anilist_config: QueryDict):
|
||||
|
||||
def _remove_from_list(config: Config, anilist_config: QueryDict):
|
||||
if Confirm.ask(
|
||||
f"Are you sure you want to procede, the folowing action will permanently remove {
|
||||
selected_anime_title} from your list and your progress will be erased",
|
||||
f"Are you sure you want to procede, the folowing action will permanently remove {selected_anime_title} from your list and your progress will be erased",
|
||||
default=False,
|
||||
):
|
||||
success, data = AniList.delete_medialist_entry(selected_anime["id"])
|
||||
|
||||
Reference in New Issue
Block a user