Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Thetadyne committed Aug 2, 2019
1 parent a0b5c1d commit 3b0e00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -98,7 +98,7 @@ def get_pages():
br.open(starting_page)
# parse the page count and retrieve pages
pages = []
for p in range(1, 90):
for p in range(1, 89):
print 'Retrieving page %s' % p
br.select_form(nr=0)
br.form.set_all_readonly(False)
Expand Down

0 comments on commit 3b0e00d

Please sign in to comment.