fix
This commit is contained in:
@@ -136,10 +136,10 @@ class baseComic:
|
||||
ci.writeJson()
|
||||
#验证数据是已存在且是否完整
|
||||
is_next = CBZUtils.nextCBZ()
|
||||
is_old=CBZUtils.updateOldCBZ()
|
||||
is_update_old=CBZUtils.isUpdateOldCBZ()
|
||||
#不存在ComicInfo.xml则生成
|
||||
if is_next and fu.notExists(ComicPath.getPathComicInfoXML()): ci.writeComicInfoXML()
|
||||
if not is_next and is_old:
|
||||
if not is_next and not is_update_old:
|
||||
ComicPath.TIME_SLEEP = 0.5
|
||||
downloadUtils.queueDownClear()
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user