Explorar o código

[update] 检查 getter

jhao %!s(int64=7) %!d(string=hai) anos
pai
achega
f203ae19b6
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ProxyGetter/CheckProxy.py

+ 1 - 1
ProxyGetter/CheckProxy.py

@@ -62,7 +62,7 @@ class CheckProxy(object):
         count = 0
         for proxy in func():
             if verifyProxyFormat(proxy):
-                log.info("fetch proxy: {}".format(proxy))
+                log.info("{} fetch proxy: {}".format(func_name, proxy))
                 count += 1
         log.info("{n} completed, fetch proxy number: {c}".format(n=func_name, c=count))