[seloger] remove useless condition
This commit is contained in:
parent
604fbd1119
commit
4ef82b6dd7
1 changed files with 0 additions and 3 deletions
|
|
@ -94,9 +94,6 @@ class HousingPage(XMLPage):
|
|||
photos.append(HousingPhoto(url))
|
||||
return photos
|
||||
|
||||
def condition(self):
|
||||
return CleanText('//detailAnnonce/titre', default=None)(self)
|
||||
|
||||
def obj_location(self):
|
||||
location = CleanText('//detailAnnonce/adresse')(self)
|
||||
quartier = CleanText('//detailAnnonce/quartier', default=None)(self)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue