[fix] wolframalpha unicode inputs
This commit is contained in:
		
							parent
							
								
									10947536aa
								
							
						
					
					
						commit
						79705450df
					
				| @ -90,6 +90,6 @@ def response(resp): | |||||||
|     if not result_chunks: |     if not result_chunks: | ||||||
|         return [] |         return [] | ||||||
| 
 | 
 | ||||||
|     return [{'url': resp.request.headers['Referer'], |     return [{'url': resp.request.headers['Referer'].decode('utf-8'), | ||||||
|              'title': 'Wolframalpha', |              'title': 'Wolframalpha', | ||||||
|              'content': ''.join(result_chunks)}] |              'content': ''.join(result_chunks)}] | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Adam Tauber
						Adam Tauber