Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
blablupcom committed Apr 3, 2016
1 parent 70ffae6 commit 7546cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -99,7 +99,7 @@ def convert_mth_strings ( mth_string ):
soup = BeautifulSoup(html.text, 'lxml')

#### SCRAPE DATA

print soup
block = soup.find('table')
links = block.find_all('tr')
for link in links:
Expand Down

0 comments on commit 7546cde

Please sign in to comment.