diff --git a/common/BaseComicEntity.py b/common/BaseComicEntity.py index 59cba4e..1c48a64 100644 --- a/common/BaseComicEntity.py +++ b/common/BaseComicEntity.py @@ -140,7 +140,6 @@ class baseComic: ci.writeComicInfoXML() #图标 downloadUtils.putDownImageUrlDirFile(Comic.getIcon(),ComicPath.getDirConfComic(),ComicPath.COMIC_ICON_FILE_NAME) - if not is_next: - CBZUtils.isUpdateOldCBZ() - downloadUtils.start_downloads(timeout=8) + CBZUtils.isUpdateOldCBZ() + downloadUtils.start_downloads(timeout=8) return is_next \ No newline at end of file