From db21abbaa67ae43fa16fe1f113edd3ab5f060f8a Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 3 Mar 2026 11:48:05 +0800 Subject: [PATCH] bugfix --- woa/init.py | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/woa/init.py b/woa/init.py index be5516f..f549373 100644 --- a/woa/init.py +++ b/woa/init.py @@ -246,13 +246,7 @@ class WOAHandler: encrypted_xml_str = self._encrypt_msg(reply_xml, nonce, timestamp) # 构造加密后的返回 XML 包 final_xml = f""" - - - - {timestamp} - - - """ + {timestamp}""" debug(f'加密后的返回:{final_xml}') return web.Response(text=final_xml, content_type='application/xml') elif reply_xml: