Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yngveny committed Sep 25, 2017
1 parent 09bc983 commit 3237834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -15,7 +15,7 @@ def scrape_dof(url):
record = {}
a = row.cssselect("a") #grab all <a> tags within our <div>
title = a[0].text
company = a[1].text
#company = a[1].text

#repeat process for <span class="right-col">
item_right = row.cssselect("div.right-col")
Expand Down

0 comments on commit 3237834

Please sign in to comment.