浏览代码

视频号增加扫描页数

zhangyong 8 月之前
父节点
当前提交
f49f0a4696
共有 1 个文件被更改,包括 1 次插入1 次删除
  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'
                 }