From dd0490e7015d9249a5bba6e6065bd4b622bbaf42 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 3 Mar 2026 12:57:55 +0800 Subject: [PATCH] bugfix --- woa/init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/woa/init.py b/woa/init.py index b794d92..0888b66 100644 --- a/woa/init.py +++ b/woa/init.py @@ -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}')