Update bitanime.py

Reset thread_map
This commit is contained in:
Arctic4161 2021-10-14 16:12:08 -05:00 committed by GitHub
parent f81a3699a3
commit 23b99e6362
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,13 @@ def bitanime():
print(f"{OK}Downloading {Fore.LIGHTCYAN_EX}{len(download_urls)}{Fore.RESET} episode/s")
thread_map(download.download_episodes, download_urls, ncols=75, total=len(download_urls))
thread_map(
download.download_episodes,
download_urls,
ncols=75,
total=len(download_urls),
)
try:
os.startfile(folder)
except AttributeError: