Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Alice committed Feb 8, 2016
1 parent 12942e1 commit f18a6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -39,7 +39,7 @@
root_nominees = lxml.html.fromstring(html_nominees)
nominees = ";".join(name.text_content() for name in root_nominees.xpath("//b/a"))
nominee_list.append(nominees)
nominations_nominees = "|".join(nominee for nominee in nominees_list)
nominations_nominees = "|".join(nominee for nominee in nominee_list)
print nominations_nominees


Expand Down

0 comments on commit f18a6be

Please sign in to comment.