mirror of
https://github.com/parchlinuxB/Gitee.git
synced 2025-02-22 09:55:43 -05:00
[chore] autocomplete.py: order autocompletion engines alphabetically
This commit is contained in:
parent
f3f13519ff
commit
176079977d
1 changed files with 2 additions and 2 deletions
|
@ -254,17 +254,17 @@ def yandex(query, _lang):
|
|||
|
||||
backends = {
|
||||
'baidu': baidu,
|
||||
'brave': brave,
|
||||
'dbpedia': dbpedia,
|
||||
'duckduckgo': duckduckgo,
|
||||
'google': google_complete,
|
||||
'mwmbl': mwmbl,
|
||||
'qwant': qwant,
|
||||
'seznam': seznam,
|
||||
'startpage': startpage,
|
||||
'stract': stract,
|
||||
'swisscows': swisscows,
|
||||
'qwant': qwant,
|
||||
'wikipedia': wikipedia,
|
||||
'brave': brave,
|
||||
'yandex': yandex,
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue