Browse Source

中青看点

zhangliang 2 days ago
parent
commit
7435638d7b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      spider/crawler_author/zhongqingkandian_author.py

+ 2 - 2
spider/crawler_author/zhongqingkandian_author.py

@@ -192,8 +192,8 @@ class ZhongQingKanDianAuthor:
                     time.sleep(10)
                     continue
                 for user_info in self.zqkd_user_list:
-                    if not self.limit_flag:
-                        return
+                    # if not self.limit_flag:
+                    #     return
                     current_id, user_id = user_info
                     author_resp = self.req_user_list(user_id)
                     if current_id > self.last_scanned_id: