This commit is contained in:
cwx
2023-04-06 19:57:13 +08:00
parent e084f76c5e
commit a964ba6431
2 changed files with 7 additions and 2 deletions
+3 -1
View File
@@ -139,7 +139,9 @@ class baseComic:
#不存在ComicInfo.xml则生成
ci.writeComicInfoXML()
#图标
if not is_next:
downloadUtils.downQueueClear()
CBZUtils.isUpdateOldCBZ()
downloadUtils.putDownImageUrlDirFile(Comic.getIcon(),ComicPath.getDirConfComic(),ComicPath.COMIC_ICON_FILE_NAME)
CBZUtils.isUpdateOldCBZ()
downloadUtils.start_downloads(timeout=8)
return is_next