Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
blablupcom committed Jul 25, 2018
1 parent 0a67b74 commit 54ba917
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 ):

rows = soup.find('table', "inbodytable").find_all('tr', 'roweven')[1:]
for row in rows:
print row
try:
file_name = row.find_all('a')[-1]
except:
Expand Down

0 comments on commit 54ba917

Please sign in to comment.