From e1423c4fbf09ea5330562f2bd567d2c899299b85 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Mon, 16 Jan 2023 04:31:10 +0800 Subject: [PATCH] fix --- utils/entity/BaseComicEntity.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/entity/BaseComicEntity.py b/utils/entity/BaseComicEntity.py index 9120904..c630099 100644 --- a/utils/entity/BaseComicEntity.py +++ b/utils/entity/BaseComicEntity.py @@ -44,6 +44,7 @@ class baseComic: comicInfo.nextExistsGetPath("done_",remove=True) if not os.path.exists(cbz_path): comicInfo.updateComicDate("0") + return comic_href chapter_index = chapter_index + 1 return None