This commit is contained in:
cwx
2023-04-06 19:33:08 +08:00
parent 1401b9734d
commit 4eaca38fe7
3 changed files with 29 additions and 29 deletions
+1 -2
View File
@@ -137,11 +137,10 @@ class baseComic:
#验证数据是已存在且是否完整
is_next = CBZUtils.isVerCBZComic()
#不存在ComicInfo.xml则生成
if is_next and fu.notExists(ComicPath.getPathComicInfoXML()): ci.writeComicInfoXML()
ci.writeComicInfoXML()
#图标
downloadUtils.putDownImageUrlDirFile(Comic.getIcon(),ComicPath.getDirConfComic(),ComicPath.COMIC_ICON_FILE_NAME)
if not is_next:
CBZUtils.isUpdateOldCBZ()
downloadUtils.start_downloads(timeout=8)
if is_next and fu.notExists(ComicPath.getPathComicInfoXML()): ci.writeComicInfoXML()
return is_next