From 727ac6af95100c16c8f610e9696beef48eb31e67 Mon Sep 17 00:00:00 2001 From: caiwx86 Date: Fri, 20 Jan 2023 02:51:58 +0800 Subject: [PATCH] fix --- utils/entity/BaseComicEntity.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/utils/entity/BaseComicEntity.py b/utils/entity/BaseComicEntity.py index e67c93d..d1e1390 100644 --- a/utils/entity/BaseComicEntity.py +++ b/utils/entity/BaseComicEntity.py @@ -189,8 +189,6 @@ class baseComic: is_next = False except: ntfy(f"删除失败 {cbz_path}") - return is_next - if is_next: path_comic_info = comicInfo.getPathComicInfoXML() if not os.path.exists(path_comic_info):