mirror of
https://github.com/imgyh/tiktok.git
synced 2025-04-05 23:20:43 +08:00
fix(utils): 优化获取x-bogus时出错的提示信息
This commit is contained in:
parent
4c1a4ed950
commit
f224557461
@ -75,7 +75,7 @@ class Utils(object):
|
||||
params = response["param"]
|
||||
xbogus = response["X-Bogus"]
|
||||
except Exception as e:
|
||||
# print('[ 错误 ]:X-Bogus接口异常, 可能是访问流量高, 接口限流请稍等几分钟再次尝试')
|
||||
print('[ 错误 ]:X-Bogus获取异常')
|
||||
return
|
||||
return params
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user