fix
This commit is contained in:
+4
-2
@@ -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},解压中...")
|
||||
|
||||
Reference in New Issue
Block a user