forked from zaclys/searxng
		
	[fix] rename after result refactor
This commit is contained in:
		
							parent
							
								
									d8ef98371b
								
							
						
					
					
						commit
						d2fd56612c
					
				
					 1 changed files with 4 additions and 4 deletions
				
			
		|  | @ -35,10 +35,10 @@ def post_search(request, ctx): | |||
|             ip = x_forwarded_for[0] | ||||
|         else: | ||||
|             ip = request.remote_addr | ||||
|         ctx['search'].answers.clear() | ||||
|         ctx['search'].answers.add(ip) | ||||
|         ctx['search'].result_container.answers.clear() | ||||
|         ctx['search'].result_container.answers.add(ip) | ||||
|     elif p.match(ctx['search'].query): | ||||
|         ua = request.user_agent | ||||
|         ctx['search'].answers.clear() | ||||
|         ctx['search'].answers.add(ua) | ||||
|         ctx['search'].result_container.answers.clear() | ||||
|         ctx['search'].result_container.answers.add(ua) | ||||
|     return True | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Adam Tauber
						Adam Tauber