忘记删除print了
This commit is contained in:
parent
c8198bf246
commit
fb25a21c4c
1
api.py
1
api.py
@ -171,7 +171,6 @@ class XiGuaLiveApi:
|
||||
p = self.s.get("https://security.snssdk.com/video/app/search/live/?version_code=730&device_platform=android"
|
||||
"&format=json&iid={}&keyword={}".format(random.randint(1000,10000000),self.name))
|
||||
d = p.json()
|
||||
print(d)
|
||||
except json.decoder.JSONDecodeError as e:
|
||||
self.apiChangedError("搜索接口错误", e.__str__())
|
||||
return
|
||||
|
Reference in New Issue
Block a user