Skip to content

Commit 099e39f

Browse files
committed
完善文档
1 parent 79112d7 commit 099e39f

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

docs/source_code/proxy.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,8 @@ ip:port
5353
1. 编写代理池:例如在你的项目下创建个my_proxypool.py,实现下面的函数
5454

5555
```python
56-
from feapder.network.proxy_pool import ProxyPool
57-
58-
56+
from feapder.network.proxy_pool import ProxyPool
57+
5958
class MyProxyPool(ProxyPool):
6059
def get_proxy(self):
6160
"""
@@ -64,7 +63,7 @@ ip:port
6463
{"http": "xxx", "https": "xxx"}
6564
"""
6665
pass
67-
66+
6867
def del_proxy(self, proxy):
6968
"""
7069
@summary: 删除代理

0 commit comments

Comments
 (0)