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