fix
This commit is contained in:
parent
0d4a74d7f2
commit
1cd59692df
@ -118,7 +118,7 @@ class comicEntity:
|
|||||||
if dirComicChapter != None and os.path.exists(dirComicChapter):
|
if dirComicChapter != None and os.path.exists(dirComicChapter):
|
||||||
shutil.rmtree(dirComicChapter)
|
shutil.rmtree(dirComicChapter)
|
||||||
cls.comicChapter(chapter_url,scramble,sleep)
|
cls.comicChapter(chapter_url,scramble,sleep)
|
||||||
ntfy.sendMsg(f"预计总章节大小:{cls.count_chapter} / "+ str(comicInfo.getLenChapters()))
|
ntfy.sendMsg(f"预计总章节大小:{cls.count_chapter + 1} / "+ str(comicInfo.getLenChapters()))
|
||||||
if sleep != None:
|
if sleep != None:
|
||||||
ntfy.sendMsg(f"{sleep} 秒后开始下载下一个章节")
|
ntfy.sendMsg(f"{sleep} 秒后开始下载下一个章节")
|
||||||
time.sleep(sleep)
|
time.sleep(sleep)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user