Fix a bug with photos in SeLoger module

このコミットが含まれているのは:
Lucas Verney 2021-05-16 13:14:10 +02:00
コミット c463b468e8
1個のファイルの変更1行の追加1行の削除

ファイルの表示

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