fix
This commit is contained in:
parent
8b9d3337ca
commit
2ed9aba6dd
@ -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}")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user