Skip to content
This repository has been archived by the owner on Sep 7, 2023. It is now read-only.

Commit

Permalink
[fix] searxng fix: sjp engine
Browse files Browse the repository at this point in the history
  • Loading branch information
dalf authored and kvch committed May 3, 2021
1 parent 8d2ea79 commit 75d1f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searx/engines/sjp.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit 75d1f38

Please sign in to comment.