summaryrefslogtreecommitdiff
path: root/searx/engines/xpath.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2020-11-03 11:35:53 +0100
committerAlexandre Flament <alex@al-f.net>2020-11-03 11:35:53 +0100
commit58d72f26925d56e22330c54be03c3dcbee0c4135 (patch)
tree542d18955c74ddfb1989811b72d4a699a5795ade /searx/engines/xpath.py
parentd7f21484eebc54c57729b27e5bd19b8dafd7d15a (diff)
downloadsearxng-58d72f26925d56e22330c54be03c3dcbee0c4135.tar.gz
searxng-58d72f26925d56e22330c54be03c3dcbee0c4135.zip
[mod] pylint: minor code change to allow pylint globally
This commit is only a step, it doesn't fix all the issues reported by pylint
Diffstat (limited to 'searx/engines/xpath.py')
-rw-r--r--searx/engines/xpath.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/engines/xpath.py b/searx/engines/xpath.py
index 81c2747fb..a569d9160 100644
--- a/searx/engines/xpath.py
+++ b/searx/engines/xpath.py
@@ -7,6 +7,7 @@ url_xpath = None
content_xpath = None
title_xpath = None
thumbnail_xpath = False
+categories = []
paging = False
suggestion_xpath = ''
results_xpath = ''