mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix] unused var removed
This commit is contained in:
		
							parent
							
								
									1b05265bf9
								
							
						
					
					
						commit
						63714c1759
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -174,7 +174,6 @@ def index(): | |||
| 
 | ||||
|     results, suggestions = search(query, request, selected_engines, pageno) | ||||
| 
 | ||||
|     featured_results = [] | ||||
|     for result in results: | ||||
|         if not paging and engines[result['engine']].paging: | ||||
|             paging = True | ||||
|  | @ -229,7 +228,6 @@ def index(): | |||
|         selected_categories=selected_categories, | ||||
|         paging=paging, | ||||
|         pageno=pageno, | ||||
|         featured_results=featured_results, | ||||
|         suggestions=suggestions | ||||
|     ) | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 asciimoo
						asciimoo