fix
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user