Skip to content

Commit

Permalink
new scraper
Browse files Browse the repository at this point in the history
  • Loading branch information
blablupcom committed Jan 14, 2016
1 parent f2c1deb commit 7ef8d10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scraper.py
Expand Up @@ -101,7 +101,6 @@ def convert_mth_strings ( mth_string ):
if '.csv' in block['href']:
link = block['href']
title = block.text.strip()
print title
csvMth = title[:3]
csvYr = title[-4:]
csvMth = convert_mth_strings(csvMth.upper())
Expand Down

0 comments on commit 7ef8d10

Please sign in to comment.