Merge branch 'master' into fasttext

This commit is contained in:
ArtikusHG
2022-12-16 19:43:10 +00:00
committed by GitHub
133 changed files with 2131 additions and 1649 deletions

View File

@@ -71,7 +71,6 @@ import babel
from searx.utils import detect_language
from searx.languages import language_codes
name = gettext('Autodetect search language')
description = gettext('Automatically detect the query search language and switch to it.')
preference_section = 'general'

View File

@@ -16,7 +16,7 @@ Enable the plugin in ``settings.yml``:
import re
from flask import request
from searx.shared import redisdb
from searx import redisdb
from searx.redislib import incr_sliding_window
name = "Request limiter"