forked from zaclys/searxng
		
	remove the print statement
This commit is contained in:
		
							parent
							
								
									3f72a79088
								
							
						
					
					
						commit
						bc28091557
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -157,7 +157,6 @@ def yandex(query, _lang):
 | 
			
		|||
    url = "https://suggest.yandex.com/suggest-ff.cgi?{0}"
 | 
			
		||||
 | 
			
		||||
    resp = loads(get(url.format(urlencode(dict(part=query)))).text)
 | 
			
		||||
    print(resp)
 | 
			
		||||
    if len(resp) > 1:
 | 
			
		||||
        return resp[1]
 | 
			
		||||
    return []
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue