[fix] searxng fix: sjp engine

This commit is contained in:
Alexandre Flament 2021-04-21 16:31:29 +02:00 committed by Noémi Ványi
parent 8d2ea790de
commit 75d1f38b20
1 changed files with 1 additions and 1 deletions

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