renyupeng 2 年 前
コミット
f0d3692ae0
1 ファイル変更0 行追加1 行削除
  1. 0 1
      spider/PromoterVideoAnalysisTrend.py

+ 0 - 1
spider/PromoterVideoAnalysisTrend.py

@@ -33,7 +33,6 @@ class PromoterVideoAnalysisTrend:
                     .format(timeRangeType=i, promoterId=promoterId)
                 rep = requests.get(url=url, headers=headers)
                 table_name = 'kwai_promoter_video_analyse_info'
-                print(json.loads(rep.text))
                 data = json.loads(rep.text)["data"]
                 promoter_video_analyse_item = {"avgCommentCount": data["avgCommentCount"],
                                                "avgLikeCount": data["avgLikeCount"],