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 aef4350 commit ce7dde8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scraper.py
Expand Up @@ -15,8 +15,8 @@
record = {}

record['Name'] = restaurant.cssselect("h2")
record['Address'] = address.cssselect("div.address")
record['Postcode'] = postcode.cssselect("div.postcode")
record['Address'] = restaurant.cssselect("div.address")
record['Postcode'] = restaurant.cssselect("div.postcode")
record['Company'] = "Wagamama"

print record, '------------'
Expand Down

0 comments on commit ce7dde8

Please sign in to comment.