This commit is contained in:
caiwx86 2024-11-14 13:20:24 +08:00
parent 8b9d3337ca
commit 2ed9aba6dd

View File

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