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 9f8c897 commit 0f80089
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'] = restaurant("h2").text
record['Name'] = restaurant.cssselect("h2").text
record['Address'] = restaurant("div.address").text
record['Postcode'] = restaurant("div.postcode").text
record['Company'] = "Wagamama"
Expand Down

0 comments on commit 0f80089

Please sign in to comment.