diff --git a/utils/CBZUtils.py b/utils/CBZUtils.py index 08ef280..1e10022 100644 --- a/utils/CBZUtils.py +++ b/utils/CBZUtils.py @@ -66,7 +66,8 @@ class CBZUtils: return False except: - ntfy.sendMsg("CBZ打包失败") + print("") + #ntfy.sendMsg("CBZ打包失败") comicInfo.nextCBZToDoneChapter() @classmethod diff --git a/utils/comic/ComicInfo.py b/utils/comic/ComicInfo.py index d30f949..10103a3 100644 --- a/utils/comic/ComicInfo.py +++ b/utils/comic/ComicInfo.py @@ -239,7 +239,7 @@ class comicInfo(): with open(cls.pathComicInfo , "w", encoding="utf-8") as fo: newDocument.writexml(fo, indent='', addindent='\t', newl='\n', encoding="utf-8") fo.close() - print("ComicInfo.xml 已生成 pathd=", cls.pathComicInfo) + #print("ComicInfo.xml 已生成 pathd=", cls.pathComicInfo) #文件保存 @classmethod diff --git a/utils/entity/RouMan.py b/utils/entity/RouMan.py index 5f27078..fd1247f 100644 --- a/utils/entity/RouMan.py +++ b/utils/entity/RouMan.py @@ -49,7 +49,7 @@ class comicEntity: else: ntfy.sendMsg(f"{book_name} 已是最新") - print(books) + #print(books) #for comicHref in comicsHref: # cls.oneComic(comicHref,random.uniform(10,20)) @@ -170,7 +170,7 @@ class comicEntity: comicInfo.setDep(description) pathComicInfo = comicInfo.getPathComicInfoXML() if not os.path.exists(pathComicInfo): - print("不存在ComicInfo.xml 生成中...") + #print("不存在ComicInfo.xml 生成中...") comicInfo.writeComicInfoXML(chapterName) if chapterAPIPath != None: @@ -185,7 +185,6 @@ class comicEntity: tags = x.get("tags") x = tags - print(x) count = 1 list_img = [] list_scramble = [] @@ -203,7 +202,7 @@ class comicEntity: count_image = "scramble="+str(blocks)+"_"+count_image list_fileName.append(count_image+image_src_prefix) count+=1 - print("count_all_img=", count) + #print("count_all_img=", count) #netUtils.downloadComicChapterImages(list_img,scrambles=list_scramble) comicInfo.setChapterImgs(list_img) #保存图像