(fix) linting

This commit is contained in:
ishaan-jaff 2023-12-05 13:30:12 -08:00
parent 1622a3e4fa
commit 917d6bd7cb

View file

@ -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