[fix] wikidata: fix crash when the item has no description at all and at least one URL.

This commit is contained in:
Alexandre Flament 2020-12-04 17:17:20 +01:00
parent f56e78ee80
commit bef2f2efa8
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ def get_results(attribute_result, attributes, language):
infobox_id_lang = None
infobox_urls = []
infobox_attributes = []
infobox_content = attribute_result.get('itemDescription')
infobox_content = attribute_result.get('itemDescription', [])
img_src = None
img_src_priority = 100