summaryrefslogtreecommitdiff
path: root/manage
diff options
context:
space:
mode:
authorMarkus Heiser <markus@darmarit.de>2021-04-04 12:48:24 +0200
committerMarkus Heiser <markus@darmarit.de>2021-04-24 09:00:53 +0200
commit8efabd3ab75085402dc40911425b6db6e1bbdab3 (patch)
treee6f7aecf7d9f9d2f5f5f87d9079d10fa30249065 /manage
parent7528e38c8a412d9f56eba05b34d2f24f3471f21d (diff)
downloadsearxng-8efabd3ab75085402dc40911425b6db6e1bbdab3.tar.gz
searxng-8efabd3ab75085402dc40911425b6db6e1bbdab3.zip
[mod] core.ac.uk engine
- add to list of pylint scripts - add debug log messages - move API key int `settings.yml` - improved readability - add some metadata to results Signed-off-by: Markus Heiser <markus@darmarit.de>
Diffstat (limited to 'manage')
-rwxr-xr-xmanage1
1 files changed, 1 insertions, 0 deletions
diff --git a/manage b/manage
index 006241b45..9c322adb4 100755
--- a/manage
+++ b/manage
@@ -38,6 +38,7 @@ PYLINT_FILES=(
searx/engines/yahoo_news.py
searx/engines/apkmirror.py
searx/engines/artic.py
+ searx/engines/core.py
searx_extra/update/update_external_bangs.py
searx/metrics/__init__.py
)