From 724aca7882b43c802dc17185f95ae78e0b4da97f Mon Sep 17 00:00:00 2001 From: zjk2017 <2548836866@qq.com> Date: Sat, 20 Jul 2024 16:01:15 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E4=BA=91=E7=AD=91=E5=B7=A5=E5=8C=A0.p?= =?UTF-8?q?y?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 云筑工匠.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/云筑工匠.py b/云筑工匠.py index 024d4c0..ef16fb3 100644 --- a/云筑工匠.py +++ b/云筑工匠.py @@ -54,7 +54,7 @@ def watchad(cookie): } # print(json) response = requests.post(url, headers=headers,json=json) - print(response.text) + #print(response.text) res=response.json() errorCode=res['code'] message=res['message']