Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jowang0319 committed Jul 1, 2017
1 parent 9e16311 commit 05badc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -42,7 +42,7 @@
pre_url = "http://www.boc.cn/sourcedb/whpj/index_"
post_url = ".html"

for i in range (1,21):
for i in range (1,10):
page_url = pre_url + str(i) + post_url
html = scraperwiki.scrape(page_url)

Expand Down

0 comments on commit 05badc6

Please sign in to comment.