Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
g0rd committed Sep 21, 2014
1 parent 4300037 commit 6913a4e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scraper.py
Expand Up @@ -67,9 +67,7 @@ def scrape(schoolcode):
school_str = school_name[0].text_content().encode("utf-8").split()
del school_str[0]

pprint(school_str)

school= ""
school= str.join(school_str)

budget = ell_budget[0].text_content().encode("utf-8").strip()
output = {"school_id": schoolcode, "school_name":school, "budget": budget }
Expand Down

0 comments on commit 6913a4e

Please sign in to comment.