mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	Pass black formatting test
This commit is contained in:
		
							parent
							
								
									e26bce33d4
								
							
						
					
					
						commit
						ac169a0f75
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -260,7 +260,7 @@ def get_results(attribute_result, attributes, language):
 | 
			
		|||
                    infobox_urls.append({'title': attribute.get_label(language), 'url': url, **attribute.kwargs})
 | 
			
		||||
                    # "normal" results (not infobox) include official website and Wikipedia links.
 | 
			
		||||
                    if attribute.kwargs.get('official') or attribute_type == WDArticle:
 | 
			
		||||
                        results.append({'title': infobox_title, 'url': url, "content":infobox_content})
 | 
			
		||||
                        results.append({'title': infobox_title, 'url': url, "content": infobox_content})
 | 
			
		||||
                    # update the infobox_id with the wikipedia URL
 | 
			
		||||
                    # first the local wikipedia URL, and as fallback the english wikipedia URL
 | 
			
		||||
                    if attribute_type == WDArticle and (
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue