fix
This commit is contained in:
parent
41a63326fa
commit
27e700ce55
@ -125,7 +125,7 @@ class comicEntity:
|
|||||||
shutil.rmtree(remove_path)
|
shutil.rmtree(remove_path)
|
||||||
print(f"文件已删除: {remove_path}")
|
print(f"文件已删除: {remove_path}")
|
||||||
except:
|
except:
|
||||||
ntfy.sendMsg(f"{comicInfo.getComicName} 下载出错了")
|
ntfy.sendMsg(f"{comicInfo.getComicName()} 下载出错了")
|
||||||
ntfy.sendMsg(f"预计总章节大小:{cls.count_chapter + 1} / "+ str(comicInfo.getLenChapters()))
|
ntfy.sendMsg(f"预计总章节大小:{cls.count_chapter + 1} / "+ str(comicInfo.getLenChapters()))
|
||||||
if sleep != None and is_next == True:
|
if sleep != None and is_next == True:
|
||||||
ntfy.sendMsg(f"{sleep} 秒后开始下载下一个章节")
|
ntfy.sendMsg(f"{sleep} 秒后开始下载下一个章节")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user