Skip to content

Commit

Permalink
完善文档
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris-code committed Aug 18, 2023
1 parent 79112d7 commit 099e39f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/source_code/proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ ip:port
1. 编写代理池:例如在你的项目下创建个my_proxypool.py,实现下面的函数

```python
from feapder.network.proxy_pool import ProxyPool


from feapder.network.proxy_pool import ProxyPool

class MyProxyPool(ProxyPool):
def get_proxy(self):
"""
Expand All @@ -64,7 +63,7 @@ ip:port
{"http": "xxx", "https": "xxx"}
"""
pass

def del_proxy(self, proxy):
"""
@summary: 删除代理
Expand Down

0 comments on commit 099e39f

Please sign in to comment.