mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
Merge pull request #169 from kaozdl/fix/redis_password_quote
FIX: make password quote optional in the funciton signature
This commit is contained in:
commit
cbe59ddb7b
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ def get_redis_connection():
|
|||
)
|
||||
|
||||
|
||||
def parse_redis_url(url, password_quote):
|
||||
def parse_redis_url(url, password_quote=None):
|
||||
"""Parses a redis URL."""
|
||||
|
||||
# create config with some sane defaults
|
||||
|
|
|
|||
Loading…
Reference in a new issue