This commit is contained in:
caiwx86 2024-11-14 13:18:36 +08:00
parent 86b368364b
commit 8b9d3337ca

View File

@ -534,6 +534,7 @@ class CBZUtils:
except Exception as e:
print(f"删除 {file} 发生错误 {e},已跳过")
return False
time.sleep(0.2)
cls.zip_compression(src_dir, dts_path)
time.sleep(0.1)
if remove: shutil.rmtree(src_dir)