소스 검색

Update README.md

J_hao104 9 년 전
부모
커밋
3375a7cfb6
1개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 1
      README.md

+ 4 - 1
README.md

@@ -143,12 +143,15 @@ class GetFreeProxy(object):
   在`Config.ini`的`[ProxyGetter]`下添加自定义的方法的名字:
 
 ```shell
+
 [ProxyGetter]
 ;register the proxy getter function
 freeProxyFirst  = 0  # 如果要取消某个方法,将其删除或赋为0即可
 ....
 freeProxyCustom  = 1  # 确保名字和你添加方法名字一致
-```  
+
+```
+
 
   `ProxyRefreshSchedule`会每隔一段时间抓取一次代理,下次抓取时会自动识别调用你定义的方法。