mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix] add py3 compatibility to base engine - closes #1319
This commit is contained in:
		
							parent
							
								
									aef2b07969
								
							
						
					
					
						commit
						f82ead3e30
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -55,7 +55,7 @@ shorcut_dict = { | |||
| def request(query, params): | ||||
|     # replace shortcuts with API advanced search keywords | ||||
|     for key in shorcut_dict.keys(): | ||||
|         query = re.sub(str(key), str(shorcut_dict[key]), query) | ||||
|         query = re.sub(key, shorcut_dict[key], str(query)) | ||||
| 
 | ||||
|     # basic search | ||||
|     offset = (params['pageno'] - 1) * number_of_results | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Adam Tauber
						Adam Tauber