Bug fix: removed access to non-defined variable.

This commit is contained in:
Achim D. Brucker 2017-01-10 16:30:09 +00:00
parent a6af890c10
commit 8758f5c8e0
1 changed files with 0 additions and 1 deletions

View File

@ -98,7 +98,6 @@ class ExtensionCrawler:
def google_dos_protection(self,name,request):
sleep(randint(1,3)*.5)
print ("waiting: "+str(wait))
if request.status_code == 503:
if 0 < request.text.find('CAPTCHA'):
print (" Warning: Captcha ("+name+")")