patch: 1y4C

This commit is contained in:
mickael
2019-01-11 20:23:37 +00:00
parent 24d2c08c9f
commit 7c7fa8836a

5
ppf.py
View File

@@ -168,7 +168,10 @@ def proxyleech(proxydb, urldb, url, stale_count, error):
if content != '' and unique_count == 0: # site works but has zero proxy addresses
error = 99999
else:
if len(new) == 0: stale_count += 1
if len(new) == 0:
stale_count += 1
else:
stale_count = 0
if content == '':
error += 1
else: