From d4e9f197e2706fc812eadf5f78588202b3f1885c Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Thu, 6 Apr 2023 19:36:03 +0800 Subject: [PATCH] fix --- common/BaseComicEntity.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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