forked from zaclys/searxng
		
	[fix] typo
This commit is contained in:
		
							parent
							
								
									5eabba2da1
								
							
						
					
					
						commit
						66a70c6ae4
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -101,7 +101,7 @@ class ResultContainer(object):
 | 
			
		|||
                results.remove(result)
 | 
			
		||||
            elif 'answer' in result:
 | 
			
		||||
                self.answers.add(result['suggestion'])
 | 
			
		||||
                results.remve(result)
 | 
			
		||||
                results.remove(result)
 | 
			
		||||
            elif 'infobox' in result:
 | 
			
		||||
                self._merge_infobox(result)
 | 
			
		||||
                results.remove(result)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue