@@ -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({