Fix a bug with photos in SeLoger module

Este commit está contenido en:
Lucas Verney 2021-05-16 13:14:10 +02:00
padre fd33e5cb3f
commit c463b468e8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados

Ver fichero

@ -190,7 +190,7 @@ class HousingPage(HTMLPage):
photos = []
for photo in Dict('photoList')(self):
photos.append(HousingPhoto("https:{}".format(photo['fullscreenUrl'])))
photos.append(HousingPhoto(photo['fullscreenUrl']))
return photos