mirror of
https://github.com/searxng/searxng.git
synced 2024-11-27 05:11:03 +00:00
Merge pull request #1554 from return42/fix-demo-engine
[fix] demo_online.py - fixed typo
This commit is contained in:
commit
7fab950284
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…
Reference in a new issue