mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[typo] solved a typo in yahoo error message.
This commit is contained in:
		
							parent
							
								
									d4d9f2073e
								
							
						
					
					
						commit
						e509cb7c45
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -159,7 +159,7 @@ def fetch_traits(engine_traits: EngineTraits): | ||||||
| 
 | 
 | ||||||
|     resp = network.get('https://search.yahoo.com/preferences/languages') |     resp = network.get('https://search.yahoo.com/preferences/languages') | ||||||
|     if not resp.ok: |     if not resp.ok: | ||||||
|         print("ERROR: response from peertube is not OK.") |         print("ERROR: response from yahoo is not OK.") | ||||||
| 
 | 
 | ||||||
|     dom = html.fromstring(resp.text) |     dom = html.fromstring(resp.text) | ||||||
|     offset = len('lang_') |     offset = len('lang_') | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Jinyuan Huang
						Jinyuan Huang