From cdbaae3c019bc51ed7b807088ebfebef19a7bc74 Mon Sep 17 00:00:00 2001 From: Lovi <62809003+Lovi-0@users.noreply.github.com> Date: Thu, 12 Sep 2024 07:25:24 +0200 Subject: [PATCH] Update anime.py --- Src/Api/animeunity/anime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/Api/animeunity/anime.py b/Src/Api/animeunity/anime.py index 7044f28..dd281ba 100644 --- a/Src/Api/animeunity/anime.py +++ b/Src/Api/animeunity/anime.py @@ -64,7 +64,7 @@ def download_episode(index_select: int): MP4_downloader( str(video_source.src_mp4).strip(), os.path.join(mp4_path, mp4_name) - ).start() + ) else: logging.error(f"Skip index: {index_select} cant find info with api.")