mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 13:49:26 +02:00
[mod] one logger per engine - drop obsolete logger.getChild
Remove the no longer needed `logger = logger.getChild(...)` from engines. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
7b235a1c36
commit
aecfb2300d
22 changed files with 0 additions and 66 deletions
|
@ -4,12 +4,9 @@
|
|||
"""
|
||||
|
||||
from lxml.html import fromstring
|
||||
from searx import logger
|
||||
from searx.utils import extract_text
|
||||
from searx.network import raise_for_httperror
|
||||
|
||||
logger = logger.getChild('Wordnik engine')
|
||||
|
||||
# about
|
||||
about = {
|
||||
"website": 'https://www.wordnik.com',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue