bugfix
This commit is contained in:
parent
83fb755c9a
commit
dd0490e701
@ -246,7 +246,7 @@ class WOAHandler:
|
||||
encrypted_xml_str = self._encrypt_msg(reply_xml, nonce, timestamp)
|
||||
try:
|
||||
decode_data = self._decrypt_msg(encrypted_xml_str, nonce, timestamp)
|
||||
# newxml = base64.b64decode(decode_data)
|
||||
# NEwxml = base64.b64decode(decode_data)
|
||||
debug(f'{decode_data=},{reply_xml=}')
|
||||
except Exception as e:
|
||||
exception(f'{e}')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user