Browse Source

视频号增加扫描页数

zhangyong 8 tháng trước cách đây
mục cha
commit
f49f0a4696
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"
             url = "http://61.48.133.26:30001/FinderGetUpMasterNextPage"
             last_buffer = ""
             last_buffer = ""
             list = []
             list = []
-            for i in range(5):
+            for i in range(10):
                 headers = {
                 headers = {
                     'Content-Type': 'application/json'
                     'Content-Type': 'application/json'
                 }
                 }