Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vicoliveres committed Mar 8, 2018
1 parent 19a9d21 commit e829220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -13,7 +13,7 @@

for restaurant in restaurants:
record = {}
record['Name'] = restaurants.children[1].text
record['Name'] = restaurant("children[1]").text
record['Address'] = restaurants.children[3].text
record['Postcode'] = restaurants.children[3].children[1].text
record['Company'] = "Wagamama"
Expand Down

0 comments on commit e829220

Please sign in to comment.