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"],