mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix] pep8
This commit is contained in:
		
							parent
							
								
									5695ec58df
								
							
						
					
					
						commit
						b22dd51bd7
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -191,7 +191,7 @@ def index(): | |||
|             if 'content' in result: | ||||
|                 result['content'] = html_to_text(result['content']).strip() | ||||
|             # removing html content and whitespace duplications | ||||
|             result['title'] = ' '.join(html_to_text(result['title'])\ | ||||
|             result['title'] = ' '.join(html_to_text(result['title']) | ||||
|                                        .strip().split()) | ||||
|         if len(result['url']) > 74: | ||||
|             url_parts = result['url'][:35], result['url'][-35:] | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 asciimoo
						asciimoo