Fix a bug with photos in SeLoger module

Bu işleme şunda yer alıyor:
Lucas Verney 2021-05-16 13:14:10 +02:00
ebeveyn fd33e5cb3f
işleme c463b468e8
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme

Dosyayı Görüntüle

@ -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