准备创建mysqlv1分支的提交
This commit is contained in:
@@ -14,7 +14,7 @@ class ProxyPool:
|
||||
async def batch_get(self, num: int) -> List[str]:
|
||||
"""获取num个代理"""
|
||||
# 临时代理
|
||||
return ['http://127.0.0.1:3057'] * num
|
||||
return ['http://60.188.79.110:20051'] * num
|
||||
|
||||
try:
|
||||
response = await self.fetch_manager.request(
|
||||
|
||||
Reference in New Issue
Block a user