forked from phoenix/litellm-mirror
(fix) linting
This commit is contained in:
parent
1463cc6023
commit
63939c0a11
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ class Router:
|
|||
cache_config['host'] = redis_host
|
||||
|
||||
if redis_port is not None:
|
||||
cache_config['port'] = redis_port
|
||||
cache_config['port'] = int(redis_port)
|
||||
|
||||
if redis_password is not None:
|
||||
cache_config['password'] = redis_password
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue