mirror of
https://github.com/parchlinuxB/Gitee.git
synced 2025-02-22 18:05:44 -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 = {
|
backends = {
|
||||||
'baidu': baidu,
|
'baidu': baidu,
|
||||||
|
'brave': brave,
|
||||||
'dbpedia': dbpedia,
|
'dbpedia': dbpedia,
|
||||||
'duckduckgo': duckduckgo,
|
'duckduckgo': duckduckgo,
|
||||||
'google': google_complete,
|
'google': google_complete,
|
||||||
'mwmbl': mwmbl,
|
'mwmbl': mwmbl,
|
||||||
|
'qwant': qwant,
|
||||||
'seznam': seznam,
|
'seznam': seznam,
|
||||||
'startpage': startpage,
|
'startpage': startpage,
|
||||||
'stract': stract,
|
'stract': stract,
|
||||||
'swisscows': swisscows,
|
'swisscows': swisscows,
|
||||||
'qwant': qwant,
|
|
||||||
'wikipedia': wikipedia,
|
'wikipedia': wikipedia,
|
||||||
'brave': brave,
|
|
||||||
'yandex': yandex,
|
'yandex': yandex,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue