diff options
| author | Alexandre Flament <alex@al-f.net> | 2022-01-30 20:44:30 +0100 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2022-01-30 20:49:22 +0100 |
| commit | ebd3013a1aad1bc6def749dea07d6278f399fb69 (patch) | |
| tree | c82077f57546c913ee697bc9cbfe465669cc8b5a /searx/settings.yml | |
| parent | a6b879f19c74cd0c15907ed9d21b9185ccea9d25 (diff) | |
[mod] tineye engine: minor changes
* remove "disable: false" in settings.yml
* use the json() method from httpx.Response (faster character encoding detection)
Diffstat (limited to 'searx/settings.yml')
| -rw-r--r-- | searx/settings.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/settings.yml b/searx/settings.yml index ac320c457..be068a10e 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -487,7 +487,6 @@ engines: engine: tineye shortcut: tin timeout: 9.0 - disabled: false - name: etymonline engine: xpath |