From d338e6bafce465fe47af44b5f799fd72b49dc271 Mon Sep 17 00:00:00 2001 From: imgyh <1974355683@qq.com> Date: Tue, 21 Feb 2023 22:14:10 +0800 Subject: [PATCH] =?UTF-8?q?style(tiktokresult):=20=E6=94=B9=E8=BF=9B?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TikTokResult.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TikTokResult.py b/TikTokResult.py index a4fdf40..438927b 100644 --- a/TikTokResult.py +++ b/TikTokResult.py @@ -259,7 +259,9 @@ class Result(object): # 赋值 dataNew[item] = dataRaw[item] except Exception as e: - print("[ 警告 ]:转换数据时在接口中未找到 %s\r" % (item)) + # 删除这个警告, 总是让人误会出错了 + # print("[ 警告 ]:转换数据时在接口中未找到 %s\r" % (item)) + pass def clearDict(self, data): for item in data: