正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| ... | ... | @@ -156,6 +156,6 @@ class ProjectFile: |
| 156 | 156 | ) |
| 157 | 157 | |
| 158 | 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 | 161 | return str(base64.b64encode(project_xml.encode('utf-8')), encoding="utf8") |
| \ No newline at end of file | ... | ... |
请
注册
或
登录
后发表评论