Skip to content

Commit

Permalink
Update crawl_immowelt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
GerRudi authored Jun 18, 2019
1 parent 04e5cea commit 6a15319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flathunter/crawl_immowelt.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ def extract_data(self, soup):
'price': price,
'size': size,
'rooms': rooms ,
'address': address
'location': address ,
'address': address ,
'location': address
}
entries.append(details)

Expand Down

0 comments on commit 6a15319

Please sign in to comment.