diff --git a/utils/entity/BaseComicEntity.py b/utils/entity/BaseComicEntity.py index 0f02e9d..9120904 100644 --- a/utils/entity/BaseComicEntity.py +++ b/utils/entity/BaseComicEntity.py @@ -42,6 +42,7 @@ class baseComic: #CBZUtils.replaceZip(cbz_path) if comicInfo.nextExistsGetPath("done_") and not os.path.exists(cbz_path): comicInfo.nextExistsGetPath("done_",remove=True) + if not os.path.exists(cbz_path): comicInfo.updateComicDate("0") chapter_index = chapter_index + 1 return None