fix
This commit is contained in:
parent
26d700e164
commit
862117ce06
@ -95,7 +95,7 @@ class baseComic:
|
|||||||
#try:
|
#try:
|
||||||
cls.Onechapter(chapter_url)
|
cls.Onechapter(chapter_url)
|
||||||
#下个阶段
|
#下个阶段
|
||||||
if ciUtils.isProgressCBZ: is_next = CBZUtils.packAutoComicChapterCBZ()
|
is_next = CBZUtils.packAutoComicChapterCBZ()
|
||||||
#except Exception as e: is_next = ntfy.sendMsg(f"{ci.getComicName()} 下载出错了",error=e)
|
#except Exception as e: is_next = ntfy.sendMsg(f"{ci.getComicName()} 下载出错了",error=e)
|
||||||
ntfy.sendMsg(f"预计总章节大小:{cls.count_chapter + 1} / "+ str(Comic.getLenChapters()),alert=True)
|
ntfy.sendMsg(f"预计总章节大小:{cls.count_chapter + 1} / "+ str(Comic.getLenChapters()),alert=True)
|
||||||
Comic.setNumber(cls.count_chapter + 1)
|
Comic.setNumber(cls.count_chapter + 1)
|
||||||
@ -133,7 +133,6 @@ class baseComic:
|
|||||||
#进入下一阶段
|
#进入下一阶段
|
||||||
#章节图片全部下载后,调用下载封面
|
#章节图片全部下载后,调用下载封面
|
||||||
cls.iconDownload()
|
cls.iconDownload()
|
||||||
ciUtils.setProgressCBZ()
|
|
||||||
|
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user