Skip to content

Commit

Permalink
add port
Browse files Browse the repository at this point in the history
  • Loading branch information
afeena committed Jan 15, 2022
1 parent 4669dbe commit b26194a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tanner/redis_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ async def get_redis_client(poolsize=None):
redis_client = None
try:
host = TannerConfig.get("REDIS", "host")
port = TannerConfig.get("REDIS", "port")
username=""
password=""

Expand Down

0 comments on commit b26194a

Please sign in to comment.