fix
This commit is contained in:
parent
e235c51e03
commit
65c1c69588
@ -167,7 +167,6 @@ class comicEntity:
|
|||||||
description = x.get("description")
|
description = x.get("description")
|
||||||
images = x.get("images")
|
images = x.get("images")
|
||||||
chapterAPIPath = x.get("chapterAPIPath")
|
chapterAPIPath = x.get("chapterAPIPath")
|
||||||
ntfy.sendMsg(f"{bookName} {chapterName} 下载中")
|
|
||||||
comicInfo.setComicName(bookName)
|
comicInfo.setComicName(bookName)
|
||||||
comicInfo.setChapterName(chapterName)
|
comicInfo.setChapterName(chapterName)
|
||||||
comicInfo.setDep(description)
|
comicInfo.setDep(description)
|
||||||
@ -230,5 +229,6 @@ class comicEntity:
|
|||||||
except:
|
except:
|
||||||
ntfy(f"删除失败 {cbz_path}")
|
ntfy(f"删除失败 {cbz_path}")
|
||||||
if is_next:
|
if is_next:
|
||||||
|
ntfy.sendMsg(f"{bookName} {chapterName} 下载中")
|
||||||
download_images(list_img,comicInfo.getDirComicChapter(), filesName=list_fileName)
|
download_images(list_img,comicInfo.getDirComicChapter(), filesName=list_fileName)
|
||||||
return is_next
|
return is_next
|
||||||
Loading…
Reference in New Issue
Block a user