summaryrefslogtreecommitdiff
path: root/searx/engines/wordnik.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-09-06 19:50:58 +0200
committerGitHub <noreply@github.com>2021-09-06 19:50:58 +0200
commit17e739a8596c7ba2e4addccb66753e3d591f424d (patch)
treef19342941a9e790d39d62553a830e83fea41e478 /searx/engines/wordnik.py
parenta26e4eff10b8ed41d7012390d4efc575b9da8eb0 (diff)
parentaecfb2300d2515ee5bb28058d4fb11b8fe5c3f04 (diff)
Merge pull request #296 from return42/engine-logger
one logger per engine
Diffstat (limited to 'searx/engines/wordnik.py')
-rw-r--r--searx/engines/wordnik.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/searx/engines/wordnik.py b/searx/engines/wordnik.py
index 4bfeb4070..0c3785cfb 100644
--- a/searx/engines/wordnik.py
+++ b/searx/engines/wordnik.py
@@ -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',