Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aniri committed Oct 30, 2017
1 parent 1a26253 commit b18ffc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scraper.py
Expand Up @@ -181,7 +181,8 @@ def get_contacts(self, text):
'USER_AGENT': 'Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)',
'LOG_LEVEL' : 'WARNING',
'DOWNLOAD_DELAY' : 2.0,
'ROBOTSTXT_OBEY' : True
'ROBOTSTXT_OBEY' : True,
'CONCURRENT_REQUESTS' : 2
})
process.crawl(SanatateSpider)
process.start()

0 comments on commit b18ffc0

Please sign in to comment.