diff --git a/crawler/calibre.py b/crawler/calibre.py index d0e362a..03474d2 100644 --- a/crawler/calibre.py +++ b/crawler/calibre.py @@ -79,7 +79,7 @@ class GoogleCrawler (threading.Thread): print "[google] == SLEEPING..." time.sleep(4) - #self.crawl_page("http://www.google.com" + next_url) + self.crawl_page("http://www.google.com" + next_url) class CalibreCrawler(threading.Thread): def run(self):