Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bethanjhn committed Jul 17, 2019
1 parent 1e91617 commit f561925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -18,7 +18,7 @@
print companyname.text

# Find a second thing
address = root.cssselect("dd.text-data company-status")
address = root.cssselect('dd')

for companyaddress in address:
print companyaddress.text
Expand Down

0 comments on commit f561925

Please sign in to comment.