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}")