This commit is contained in:
cwx
2022-12-21 01:34:08 +08:00
parent 41e9cc4eec
commit 1a17ea9d17
2 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -119,7 +119,7 @@ class comicEntity:
if comicInfo.nextExistsGetPath("cbz_"):
time.sleep(1)
#下载后自动打包
CBZUtils.packAutoComicChapterCBZ()
is_next = CBZUtils.packAutoComicChapterCBZ()
#完成删除原文件
remove_path = comicInfo.getDirComicChapter()
shutil.rmtree(remove_path)