From abfff91fb9a10f21c018a99bf91f27620df53f0a Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Mon, 16 Jan 2023 02:15:41 +0800 Subject: [PATCH] fix --- utils/CBZUtils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/CBZUtils.py b/utils/CBZUtils.py index 5b30171..4ebb24e 100644 --- a/utils/CBZUtils.py +++ b/utils/CBZUtils.py @@ -108,6 +108,7 @@ class CBZUtils: os.remove(file_path) print(f"已删除{file_path}") else: + shutil.rmtree(unpack_dir) print(f"数据完整:{file_path}") # 删除删除main.ftl文件 #delete_filename = ''