mirror of
https://github.com/searxng/searxng.git
synced 2025-12-23 04:00:02 +00:00
move searx.shared.redisdb to searx.redisdb
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user