Agregar declaración de encoding XML para cancelación

This commit is contained in:
El Mau 2021-11-25 16:41:30 -06:00
parent 46efb3693c
commit e372f064b4
1 changed files with 2 additions and 0 deletions

View File

@ -173,6 +173,8 @@ class SATCertificate(object):
tree, encoding='utf-8', xml_declaration=True).decode()
# ~ xml_signed = xml_signed.replace("'", '"').replace('utf', 'UTF')
print(xml_signed)
return xml_signed
@property