1
0
mirror of https://github.com/searxng/searxng.git synced 2024-11-19 19:00:10 +01:00

[fix] searxng fix: sjp engine

This commit is contained in:
Alexandre Flament 2021-04-21 16:31:29 +02:00
parent ae5954f2da
commit b7848e3422

View File

@ -6,7 +6,7 @@
from lxml.html import fromstring from lxml.html import fromstring
from searx import logger from searx import logger
from searx.utils import extract_text 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') logger = logger.getChild('sjp engine')