优化流程

This commit is contained in:
cwx
2022-12-06 16:46:53 +08:00
parent d7877b3809
commit 136fe64328
3 changed files with 9 additions and 7 deletions
+1
View File
@@ -106,6 +106,7 @@ class comicEntity:
comicInfo.nextInfoToImgChapter()
#下载完成后, 开始解密图片
if scramble:
#获取章节图片路径
chapter_dir = comicInfo.getDirComicChapter()
dirs = os.listdir(chapter_dir)
for img in dirs: