oops
This commit is contained in:
parent
8c96a9dd2a
commit
2e3a8698f8
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ __all__ = ['SearchResultsPage', 'HousingPage']
|
|||
|
||||
|
||||
class SearchResultsPage(BasePage):
|
||||
def sanitarize_cost(t):
|
||||
def sanitarize_cost(self, t):
|
||||
return int(float(t.strip(u' \t\u20ac\xa0c€\n\r').replace(u'\xa0', u'').replace(',', '.')))
|
||||
|
||||
def iter_housings(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue