1
0
mirror of https://github.com/searxng/searxng.git synced 2024-10-05 19:10:10 +02:00

Merge pull request #1554 from return42/fix-demo-engine

[fix] demo_online.py - fixed typo
This commit is contained in:
Markus Heiser 2022-07-25 20:10:31 +02:00 committed by GitHub
commit 7fab950284
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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