mirror of https://github.com/searxng/searxng.git
[fix] pep8
This commit is contained in:
parent
f4287b7e21
commit
a4f7046b8f
|
@ -21,7 +21,7 @@ categories = ['general']
|
||||||
language_support = True
|
language_support = True
|
||||||
paging = True
|
paging = True
|
||||||
number_of_results = 1
|
number_of_results = 1
|
||||||
search_type = 'nearmatch' # possible values: title, text, nearmatch
|
search_type = 'nearmatch' # possible values: title, text, nearmatch
|
||||||
|
|
||||||
# search-url
|
# search-url
|
||||||
base_url = 'https://{language}.wikipedia.org/'
|
base_url = 'https://{language}.wikipedia.org/'
|
||||||
|
|
Loading…
Reference in New Issue