From 8f455fd17a67a6f1af48e8c30c5ae18eb7e6db72 Mon Sep 17 00:00:00 2001 From: Sergey Elpashev Date: Mon, 6 Jan 2025 23:28:14 +0300 Subject: [PATCH] Feat: added comment --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 04386b0..09e0431 100644 --- a/main.py +++ b/main.py @@ -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]):