Skip to content

Commit

Permalink
fixing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
omorilewa committed Jun 29, 2017
1 parent c06d1b7 commit 4c36df3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions healthtools/scrapers/base_scraper.py
Expand Up @@ -73,6 +73,7 @@ def scrape_site(self):
print "Does this run more than once"
print "reg"
for page_num in range(1, self.num_pages_to_scrape + 1):
print "scraped page {}".format(page_num)
url = self.site_url.format(page_num)
try:
self.retries = 0
Expand Down

0 comments on commit 4c36df3

Please sign in to comment.