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: