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