Skip to content

Commit

Permalink
Update falkordb.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadQadora authored Sep 19, 2024
1 parent 09c969a commit da45121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion falkordb/falkordb.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def __init__(

if Is_Sentinel(conn):
self.sentinel, self.service_name = Sentinel_Conn(conn, ssl)
conn = self.sentinel.master_for(self.service_name, ssl=ssl)
conn = self.sentinel.master_for(self.service_name, ssl=ssl, retry=retry)

if Is_Cluster(conn):
conn = Cluster_Conn(conn, ssl)
Expand Down

0 comments on commit da45121

Please sign in to comment.