[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
This commit is contained in:
Alexandre Flament 2020-11-03 11:35:53 +01:00
parent d7f21484ee
commit 58d72f2692
3 changed files with 8 additions and 10 deletions

View file

@ -17,7 +17,7 @@ from searx.utils import html_to_text, match_language
# engine dependent config
categories = None
categories = []
paging = True
language_support = True
supported_languages_url = 'https://qwant.com/region'