zhangyong 1 年之前
父节点
当前提交
6e209eae6a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      extract_data/kuaishou/kuaishou_author.py

+ 1 - 1
extract_data/kuaishou/kuaishou_author.py

@@ -77,7 +77,7 @@ class kuaishouAuthor():
                 count = 0
                 while True:
                     if count > 5:
-                        break
+                        continue
                     time.sleep(random.randint(10, 50))
                     url = "https://www.kuaishou.com/graphql"
                     payload = json.dumps({