Browse Source

[fix] searxng fix: sjp engine

Alexandre Flament 4 years ago
parent
commit
b7848e3422
1 changed files with 1 additions and 1 deletions
  1. 1 1
      searx/engines/sjp.py

+ 1 - 1
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')