mirror of
https://github.com/imgyh/tiktok.git
synced 2025-04-06 08:15:46 +08:00
style(tiktokresult): 改进提示信息
This commit is contained in:
parent
e3029be42b
commit
d338e6bafc
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user