Merge pull request #1954 from dalf/fix.redis.init.2

[fix] follow up of PR-1856
This commit is contained in:
Alexandre Flament 2022-12-14 07:08:19 +01:00 committed by GitHub
commit 9e9f57e48b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 30 additions and 25 deletions

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"