diff options
| author | Austin Huang <im@austinhuang.me> | 2022-04-01 09:23:24 -0400 |
|---|---|---|
| committer | Austin Huang <im@austinhuang.me> | 2022-04-01 09:23:24 -0400 |
| commit | 19fa0095a0ab12ed1f7a79d91edf862faf6fdfcf (patch) | |
| tree | 7c0a4b7b0f4c442e4d7e1a9df751fea089aa3730 | |
| parent | a399248f56e6975c78f617defc5ce7df2f62a828 (diff) | |
(fix) satisfy the linter, and btw reduce timeout
| -rw-r--r-- | searx/engines/jisho.py | 1 | ||||
| -rw-r--r-- | searx/settings.yml | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/searx/engines/jisho.py b/searx/engines/jisho.py index c1324635b..a34d8e421 100644 --- a/searx/engines/jisho.py +++ b/searx/engines/jisho.py @@ -3,7 +3,6 @@ Jisho (the Japanese-English dictionary) """ -import json from urllib.parse import urlencode, urljoin # about diff --git a/searx/settings.yml b/searx/settings.yml index 48b074545..eee0e1d7d 100644 --- a/searx/settings.yml +++ b/searx/settings.yml @@ -801,7 +801,7 @@ engines: - name: jisho engine: jisho shortcut: js - timeout: 4.0 + timeout: 3.0 disabled: true - name: kickass |