forked from zaclys/searxng
		
	[enh] show traceback of search errors
This commit is contained in:
		
							parent
							
								
									1176505fa4
								
							
						
					
					
						commit
						94196c4b6c
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -410,7 +410,8 @@ def index(): | |||
|         # search = Search(search_query) #  without plugins | ||||
|         search = SearchWithPlugins(search_query, request) | ||||
|         result_container = search.search() | ||||
|     except: | ||||
|     except Exception: | ||||
|         logger.exception('search error') | ||||
|         return render( | ||||
|             'index.html', | ||||
|         ) | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Adam Tauber
						Adam Tauber