Browse Source

[fix] pep8

Adam Tauber 8 years ago
parent
commit
a4f7046b8f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      searx/engines/mediawiki.py

+ 1
- 1
searx/engines/mediawiki.py View File

21
 language_support = True
21
 language_support = True
22
 paging = True
22
 paging = True
23
 number_of_results = 1
23
 number_of_results = 1
24
-search_type = 'nearmatch' # possible values: title, text, nearmatch
24
+search_type = 'nearmatch'  # possible values: title, text, nearmatch
25
 
25
 
26
 # search-url
26
 # search-url
27
 base_url = 'https://{language}.wikipedia.org/'
27
 base_url = 'https://{language}.wikipedia.org/'