Feat: added comment

This commit is contained in:
2025-01-06 23:28:14 +03:00
parent 4a7da40526
commit 8f455fd17a

View File

@@ -26,7 +26,7 @@ def get_urls(names: List[List[str]]) -> List[str]:
if url != '':
add_url_to_file(url)
download_image(url, name)
time.sleep(0.68)
time.sleep(0.68) # Time to not get banned on shikimori API
def download_imgs(urls: List[str]):