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 6, 2019
1 parent 8cd550d commit 027f7ab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scraper.py
Expand Up @@ -173,11 +173,11 @@ def scrape_bcpc(url):
'''

# new instructions for canlii site

print section


section = soup.find ("div", {"id" : "decisionsListing"})

print section

decisions = section.findAll ("a")

print decisions
Expand Down

0 comments on commit 027f7ab

Please sign in to comment.