提交 c3170e70b3e6eb5c491121f6a796346b15571d83

作者 nheweijun
1 个父辈 4dcf87f6

2022.02.28 备份

@@ -156,6 +156,6 @@ class ProjectFile: @@ -156,6 +156,6 @@ class ProjectFile:
156 ) 156 )
157 157
158 project_xml = project_xml.strip() 158 project_xml = project_xml.strip()
159 - # StructurePrint().print(project_xml)  
160 - # StructurePrint().print(str(base64.b64encode(project_xml.encode('utf-8')), encoding="utf8")) 159 + StructurePrint().print(project_xml)
  160 + StructurePrint().print(str(base64.b64encode(project_xml.encode('utf-8')), encoding="utf8"))
161 return str(base64.b64encode(project_xml.encode('utf-8')), encoding="utf8") 161 return str(base64.b64encode(project_xml.encode('utf-8')), encoding="utf8")
注册登录 后发表评论