fix
This commit is contained in:
parent
efa4279df1
commit
9578c6d8bb
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user