Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
chadskelton committed Jul 4, 2019
1 parent a670a77 commit 36af2d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def scrape_hydro(url): # in case page changes

soup = BeautifulSoup(htmlpage)

section = soup.find ("div", {"class" : "current-521980323"})
section = soup.find ("table", {"class" : "current-521980323"})

print section

Expand Down

0 comments on commit 36af2d7

Please sign in to comment.