This commit is contained in:
cwx
2022-12-21 20:56:53 +08:00
parent 647da98882
commit adf462b42b
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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