diff --git a/utils/entity/RouMan.py b/utils/entity/RouMan.py index a5809c9..b8cbc3d 100644 --- a/utils/entity/RouMan.py +++ b/utils/entity/RouMan.py @@ -213,9 +213,10 @@ class comicEntity: except: cbz_size = 0 if len(list_img) == cbz_size: - ntfy.sendMsg("数据完整,已跳过") + ntfy.sendMsg(f"{bookName} {chapterName} 数据完整,已跳过") is_next = False else: + ntfy.sendMsg(f"{bookName} {chapterName} 数据不完整,尝试删除配置CBZ文件后重试") try: ntfy.sendMsg(f"删除 {cbz_path}") os.remove(cbz_path)