From fb25a21c4cbb17aab510f3752a327909971bf398 Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Wed, 18 Dec 2019 22:50:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=98=E8=AE=B0=E5=88=A0=E9=99=A4print?= =?UTF-8?q?=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api.py b/api.py index ae2f9f4..c08b1d1 100644 --- a/api.py +++ b/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