zhangyong 1 year ago
parent
commit
6e209eae6a
1 changed files with 1 additions and 1 deletions
  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({