From a29ed9342e4f489ebc2d3f7c9a28f90b5b10f3cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=89=8D=E6=98=8E?= <909355014@qq.com> Date: Wed, 21 Sep 2022 11:03:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=B0=E5=BD=95=E5=AF=BB=E6=81=AF=E6=97=A5?= =?UTF-8?q?=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/third/xunxi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/third/xunxi.py b/apps/third/xunxi.py index 7afc35b2..ac1670a3 100644 --- a/apps/third/xunxi.py +++ b/apps/third/xunxi.py @@ -104,7 +104,7 @@ class XxClient: if raise_exception: raise ParseError(**err_detail) return 'fail', err_detail - # self.handle_log(result='success', response=None) + self.handle_log(result='success', response=None) return 'success', ret['data'] self.handle_log(result='error', errors=traceback.format_exc()) if raise_exception: