1
0
mirror of https://github.com/searxng/searxng.git synced 2024-07-07 18:00:13 +02:00

Merge pull request #220 from dalf/fix-category-order

[fix] /preferences: remove the empty engine category "social medias"(it is "social media")
This commit is contained in:
Markus Heiser 2021-07-23 08:52:39 +00:00 committed by GitHub
commit ea0f4346b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ CATEGORY_ORDER = [
'it',
'science',
'files',
'social medias',
'social media',
]
STR_TO_BOOL = {
'0': False,