Browse Source

视频号增加扫描页数

zhangyong 8 months ago
parent
commit
f49f0a4696
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data_channel/shipinhao.py

+ 1 - 1
data_channel/shipinhao.py

@@ -59,7 +59,7 @@ class SPH:
             url = "http://61.48.133.26:30001/FinderGetUpMasterNextPage"
             last_buffer = ""
             list = []
-            for i in range(5):
+            for i in range(10):
                 headers = {
                     'Content-Type': 'application/json'
                 }