forked from zaclys/searxng
		
	[fix] demo_online.py - fixed typo
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
		
							parent
							
								
									a3cfa20696
								
							
						
					
					
						commit
						0be0e63117
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -19,7 +19,7 @@ list in ``settings.yml``:
 | 
			
		|||
from json import loads
 | 
			
		||||
from urllib.parse import urlencode
 | 
			
		||||
 | 
			
		||||
engine_type = 'offline'
 | 
			
		||||
engine_type = 'online'
 | 
			
		||||
categories = ['general']
 | 
			
		||||
disabled = True
 | 
			
		||||
timeout = 2.0
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue