This commit is contained in:
caiwx86 2023-02-14 04:02:00 +08:00
parent 55c061a48b
commit 3870a35722

View File

@ -157,6 +157,7 @@ class verUtils:
if cbz_size < len(list_img) or os.path.getsize(cbz_path) < 3000:
ntfy.sendMsg(f"删除 {cbz_path}")
os.remove(cbz_path)
comicInfo.setProgress(comicInfo.PROGRESS_DONE)
else:
is_next = True
except: