mirror of
https://github.com/searxng/searxng.git
synced 2025-07-23 13:19:17 +02:00
Add missing blank lines after class or function definition.
This commit is contained in:
parent
27f4373124
commit
7e16c9d360
3 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,7 @@ def locale_to_lang_code(locale):
|
|||
locale = locale.split('_')[0]
|
||||
return locale
|
||||
|
||||
|
||||
# wikis for some languages were moved off from the main site, we need to make
|
||||
# requests to correct URLs to be able to get results in those languages
|
||||
lang_urls = {
|
||||
|
@ -70,6 +71,7 @@ def get_lang_urls(language):
|
|||
return lang_urls[language]
|
||||
return lang_urls['all']
|
||||
|
||||
|
||||
# Language names to build search requests for
|
||||
# those languages which are hosted on the main site.
|
||||
main_langs = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue