fix
This commit is contained in:
parent
0b771389c1
commit
3ae2d89367
@ -125,7 +125,8 @@ class comicEntity:
|
||||
shutil.rmtree(remove_path)
|
||||
print(f"文件已删除: {remove_path}")
|
||||
except Exception as e:
|
||||
print(e.__traceback__.tb_lineno,e)
|
||||
print(e)
|
||||
time.sleep(5)
|
||||
ntfy.sendMsg(f"{comicInfo.getComicName()} 下载出错了")
|
||||
is_next = False
|
||||
ntfy.sendMsg(f"预计总章节大小:{cls.count_chapter + 1} / "+ str(comicInfo.getLenChapters()))
|
||||
|
||||
Loading…
Reference in New Issue
Block a user