Redis: Did not take options from transport_options

This commit is contained in:
Ask Solem 2013-03-07 15:09:30 +00:00
parent 0dab32ff88
commit 523806e866
1 changed files with 1 additions and 1 deletions

View File

@ -335,7 +335,7 @@ class Channel(virtual.Channel):
'unacked_restore_limit',
'socket_timeout',
'max_connections',
'priority_steps'),
'priority_steps') # <-- do not add comma here!
)
def __init__(self, *args, **kwargs):