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)
|
Jisho (the Japanese-English dictionary)
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import json
|
|
||||||
from urllib.parse import urlencode, urljoin
|
from urllib.parse import urlencode, urljoin
|
||||||
|
|
||||||
# about
|
# about
|
||||||
|
|
|
@ -801,7 +801,7 @@ engines:
|
||||||
- name: jisho
|
- name: jisho
|
||||||
engine: jisho
|
engine: jisho
|
||||||
shortcut: js
|
shortcut: js
|
||||||
timeout: 4.0
|
timeout: 3.0
|
||||||
disabled: true
|
disabled: true
|
||||||
|
|
||||||
- name: kickass
|
- name: kickass
|
||||||
|
|
Loading…
Reference in New Issue