This commit is contained in:
cwx
2023-04-07 08:54:29 +08:00
parent c2100100b5
commit ab6ea5b476
2 changed files with 7 additions and 3 deletions
+4 -2
View File
@@ -160,8 +160,10 @@ class CBZUtils:
#数据损坏则为 True
is_update = True
if filesname == None: filesname = Comic.getChapterFilesName()
old_zipfile_path = ComicPath.getPathOldCBZComicChapter()
old_zipfile_path = ComicPath.getPathOldOriginCBZComicChapter()
old_zipfile_path_two = ComicPath.getPathOldCBZComicChapter()
if not fu.exists(old_zipfile_path): old_zipfile_path = old_zipfile_path_two
#判断是否存在已下载CBZ文件
if fu.exists(old_zipfile_path) and fu.notExists(CBZUtils.getCBZ_Path()):
print(f"存在CBZ文件{old_zipfile_path},解压中...")