From 2ed9aba6dd05a754a2d570f509cad84641ed3766 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Thu, 14 Nov 2024 13:20:24 +0800 Subject: [PATCH] fix --- Comics/_utils/utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Comics/_utils/utils.py b/Comics/_utils/utils.py index 8698d5b..aa3361f 100644 --- a/Comics/_utils/utils.py +++ b/Comics/_utils/utils.py @@ -466,7 +466,8 @@ class imageUtils: newh += b_h newimage.save(save_path) - logging.info(f"解密成功 {save_path}") + time.sleep(0.1) + logging.info(f"解密成功 {img_path} {save_path}") if os.path.exists(img_path): os.remove(img_path) logging.debug(f"remove {img_path}")