Explorar o código

[delete] unnecessary code

j_hao %!s(int64=9) %!d(string=hai) anos
pai
achega
23ce6e0bdb
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      ProxyGetter/getFreeProxy.py

+ 0 - 1
ProxyGetter/getFreeProxy.py

@@ -101,7 +101,6 @@ class GetFreeProxy(object):
         for i in xrange(15):
             d = tree.xpath('.//table[@class="table"]/tbody/tr[{}]/td'.format(i + 1))[0]
             o = d.xpath('.//span/text() | .//div/text()')
-            a = ''.join(o[:-1]) + ':' + o[-1]
             yield ''.join(o[:-1]) + ':' + o[-1]