From 8758f5c8e0c8d084412ce1f3e6d1e8a500df53cc Mon Sep 17 00:00:00 2001 From: "Achim D. Brucker" Date: Tue, 10 Jan 2017 16:30:09 +0000 Subject: [PATCH] Bug fix: removed access to non-defined variable. --- crawler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/crawler.py b/crawler.py index bdb9626..ad26dff 100755 --- a/crawler.py +++ b/crawler.py @@ -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+")")