X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/149903ae7da0968ef3b1b0dc0f329afeaa5a7007..d25a3a166a0ec2e730a126c23f8855876384607c:/src/references/models.py diff --git a/src/references/models.py b/src/references/models.py index c98647191..9246ee322 100644 --- a/src/references/models.py +++ b/src/references/models.py @@ -65,7 +65,8 @@ class Entity(models.Model): result_data['thumbwidth'], result_data['thumbheight'] ] - image_data['responsiveUrls'] = result_data['responsiveUrls'] + if 'responsiveUrls' in result_data: + image_data['responsiveUrls'] = result_data['responsiveUrls'] image_data_list.append(image_data)