shensong00 3 years ago
parent
commit
46e41be413
1 changed files with 1 additions and 1 deletions
  1. 1 1
      douyin_hourly_ranklist_commerce_scraper.py

+ 1 - 1
douyin_hourly_ranklist_commerce_scraper.py

147
     response_json = None
147
     response_json = None
148
 
148
 
149
     while True:
149
     while True:
150
-        if retry > 50:
150
+        if retry > 20:
151
             break
151
             break
152
 
152
 
153
         retry += 1
153
         retry += 1