wangkun 2 년 전
부모
커밋
57f3e00d18
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/kuaishou_recommend_list.py

+ 1 - 1
main/kuaishou_recommend_list.py

@@ -66,7 +66,7 @@ class KuaiShou:
             if int(d_width) >= 0 or int(d_height) >= 0:
                 if int(d_play_cnt) >= 50000:
                     if int(d_like_cnt) >= 50000:
-                        if int(d_share_cnt) >= 2000:
+                        if int(d_share_cnt) >= 1000:
                             return True
                         else:
                             return False