From 58d72f26925d56e22330c54be03c3dcbee0c4135 Mon Sep 17 00:00:00 2001 From: Alexandre Flament Date: Tue, 3 Nov 2020 11:35:53 +0100 Subject: [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 --- searx/engines/xpath.py | 1 + 1 file changed, 1 insertion(+) (limited to 'searx/engines/xpath.py') 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 = '' -- cgit v1.2.3