|
@@ -103,7 +103,7 @@ class QplKs:
|
|
|
profile_id = star["profileId"] # 主页id
|
|
|
id = sqlCollect.select_ks_star_data(profile_id)
|
|
|
if id:
|
|
|
- break
|
|
|
+ continue
|
|
|
star_tag_str = star["starTagStr"] # 内容类型1
|
|
|
industry_tag_str = star["industryTagStr"] # 内容类型2
|
|
|
photo_expect_play = star["photoExpectPlay"] # 预期播放量
|