From e204528590a534d67aba8fc51fea18c4413ed402 Mon Sep 17 00:00:00 2001 From: pengtao Date: Tue, 15 Oct 2019 15:44:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A02001=20b=5FN=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E6=96=B9=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data_channel/mp2shushu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_channel/mp2shushu.py b/data_channel/mp2shushu.py index 243f0e3..a2c6d83 100644 --- a/data_channel/mp2shushu.py +++ b/data_channel/mp2shushu.py @@ -21,7 +21,7 @@ class Mp2shushu(): return None def split_data(self, data): - log.info(f"2 {data}") + log.info(f"2 {data['result']},{type(data['result'])}") try: result = json.loads(data['result']) begin = "b_n,b_n_china"