mirror of https://github.com/searxng/searxng.git
(fix) satisfy the linter, and btw reduce timeout
This commit is contained in:
parent
a399248f56
commit
19fa0095a0
|
@ -3,7 +3,6 @@
|
|||
Jisho (the Japanese-English dictionary)
|
||||
"""
|
||||
|
||||
import json
|
||||
from urllib.parse import urlencode, urljoin
|
||||
|
||||
# about
|
||||
|
|
|
@ -801,7 +801,7 @@ engines:
|
|||
- name: jisho
|
||||
engine: jisho
|
||||
shortcut: js
|
||||
timeout: 4.0
|
||||
timeout: 3.0
|
||||
disabled: true
|
||||
|
||||
- name: kickass
|
||||
|
|
Loading…
Reference in New Issue