Parcourir la source

[update] 检查 getter

jhao il y a 7 ans
Parent
commit
f203ae19b6
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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))