wangkun 2 years ago
parent
commit
5eecacc9e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kuaishou/kuaishou_follow/kuaishou_follow.py

+ 1 - 1
kuaishou/kuaishou_follow/kuaishou_follow.py

@@ -343,7 +343,7 @@ class Follow:
                 urllib3.disable_warnings()
                 response = requests.post(url=url, headers=headers, data=payload, proxies=Common.tunnel_proxies(), verify=False)
                 response.close()
-                Common.logger(log_type, crawler).info(f"get_videoList:{response.text}\n")
+                # Common.logger(log_type, crawler).info(f"get_videoList:{response.text}\n")
                 if response.status_code != 200:
                     Common.logger(log_type, crawler).warning(f"get_videoList_response:{response.text}\n")
                     return