mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 20:20:05 +00: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:
@@ -13,9 +13,6 @@ Explore thousands of artworks from The Art Institute of Chicago.
|
||||
from json import loads
|
||||
from urllib.parse import urlencode
|
||||
|
||||
from searx import logger
|
||||
logger = logger.getChild('APKMirror engine')
|
||||
|
||||
about = {
|
||||
"website": 'https://www.artic.edu',
|
||||
"wikidata_id": 'Q239303',
|
||||
|
||||
Reference in New Issue
Block a user