diff options
author | Alexandre Flament <alex@al-f.net> | 2021-04-21 16:31:29 +0200 |
---|---|---|
committer | Alexandre Flament <alex@al-f.net> | 2021-04-21 16:31:29 +0200 |
commit | b7848e342273526192a3392dcfd8c291196506ac (patch) | |
tree | 7cb6960c896f2c1750915e22e0dd6b1181264969 /searx/engines/sjp.py | |
parent | ae5954f2dad0386868709a59a1b29d005ebb2b2d (diff) | |
download | searxng-b7848e342273526192a3392dcfd8c291196506ac.tar.gz searxng-b7848e342273526192a3392dcfd8c291196506ac.zip |
[fix] searxng fix: sjp engine
Diffstat (limited to 'searx/engines/sjp.py')
-rw-r--r-- | searx/engines/sjp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/engines/sjp.py b/searx/engines/sjp.py index eff7b7092..e26a42a53 100644 --- a/searx/engines/sjp.py +++ b/searx/engines/sjp.py @@ -6,7 +6,7 @@ from lxml.html import fromstring from searx import logger from searx.utils import extract_text -from searx.raise_for_httperror import raise_for_httperror +from searx.network import raise_for_httperror logger = logger.getChild('sjp engine') |