mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Merge pull request #2353 from dalf/fix-wikidata
[fix] wikidata: fix crash when the item has no description at all and…
This commit is contained in:
		
						commit
						d9494283cc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -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 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Alexandre Flament
						Alexandre Flament