Update anime.py

This commit is contained in:
Lovi 2024-09-12 07:25:24 +02:00 committed by GitHub
parent 3f983f334f
commit cdbaae3c01
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.")