Fix a bug with photos in SeLoger module
This commit is contained in:
parent
fd33e5cb3f
commit
c463b468e8
@ -190,7 +190,7 @@ class HousingPage(HTMLPage):
|
|||||||
photos = []
|
photos = []
|
||||||
|
|
||||||
for photo in Dict('photoList')(self):
|
for photo in Dict('photoList')(self):
|
||||||
photos.append(HousingPhoto("https:{}".format(photo['fullscreenUrl'])))
|
photos.append(HousingPhoto(photo['fullscreenUrl']))
|
||||||
|
|
||||||
return photos
|
return photos
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user