From a472b158469db8db227aacc3cdcfc45eb60b2cd1 Mon Sep 17 00:00:00 2001 From: Julius Date: Mon, 3 Dec 2018 09:18:09 +0100 Subject: [PATCH] Added step description - Downloading is now 2/2 --- riddle2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riddle2.py b/riddle2.py index 63b4990..a6868f1 100644 --- a/riddle2.py +++ b/riddle2.py @@ -113,7 +113,7 @@ def get_img4sub(url: str, length: int =-1) -> list: def download_images(imgs: list, zfile: zipfile.ZipFile): imgcount = len(imgs) fnames = [zinfo.filename for zinfo in zfile.infolist()] - print('[~] Downloading %s images' % imgcount) + print('[~] 2/2 Downloading %s images' % imgcount) pb = cutils.ProgressBar(total=imgcount, prefix="[~] 2/2 Downloadinng", suffix="Complete") fsutils.dir_exist_guarantee(dl_dir) for img in imgs: