From 54392bb4b2c4b2e4a454111744dd3d0c227269c0 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Mon, 16 Jan 2023 04:30:17 +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 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