[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 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')