We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79112d7 commit 099e39fCopy full SHA for 099e39f
1 file changed
docs/source_code/proxy.md
@@ -53,9 +53,8 @@ ip:port
53
1. 编写代理池:例如在你的项目下创建个my_proxypool.py,实现下面的函数
54
55
```python
56
- from feapder.network.proxy_pool import ProxyPool
57
-
58
+ from feapder.network.proxy_pool import ProxyPool
+
59
class MyProxyPool(ProxyPool):
60
def get_proxy(self):
61
"""
@@ -64,7 +63,7 @@ ip:port
64
63
{"http": "xxx", "https": "xxx"}
65
66
pass
67
68
def del_proxy(self, proxy):
69
70
@summary: 删除代理
0 commit comments