mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-04 03:27:06 -05:00 
			
		
		
		
	[fix] pep8
This commit is contained in:
		
							parent
							
								
									b4c657d227
								
							
						
					
					
						commit
						03d7a8f065
					
				@ -30,6 +30,7 @@ def request(query, params):
 | 
				
			|||||||
    params['url'] = url
 | 
					    params['url'] = url
 | 
				
			||||||
    return params
 | 
					    return params
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# get response from search-request
 | 
					# get response from search-request
 | 
				
			||||||
def response(resp):
 | 
					def response(resp):
 | 
				
			||||||
    json = loads(resp.text)
 | 
					    json = loads(resp.text)
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user