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