fix
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user