This commit is contained in:
caiwx86 2023-04-05 14:33:43 +08:00
parent 4d44b5e001
commit 19b48dad79

View File

@ -64,8 +64,6 @@ class baseComic:
Comic.setChapterName(chapters[cls.count_chapter])
Comic.setNumber(cls.count_chapter+1)
#存在完成配置文件 但文件不存在 将清空完成配置文件
if fu.exists(ComicPath.getNewCBZComicChapter("file")):
ciUtils.setProgressDone()
if ciUtils.isProgressDone() and fu.notExists(ComicPath.getNewCBZComicChapter("file")):
ciUtils.setProgressFail()
#不存在完成配置文件 则允许下载