This commit is contained in:
cwx
2023-04-05 20:42:17 +08:00
parent ab86a19312
commit 95032c087a
3 changed files with 4 additions and 2 deletions
-1
View File
@@ -136,7 +136,6 @@ class CBZUtils:
if path == None: path = cls.getCBZ_Path()
#文件不存在 则返回
if fu.notExists(path): return False
ComicPath.TIME_SLEEP = 0.1
if list_img == None: list_img = Comic.getChapterImgs()
if ciUtils.isProgressDone():