Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: Avik Basu <[email protected]>
  • Loading branch information
ab93 committed Jun 17, 2023
1 parent 7e8832f commit 2913c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/block_pipeline/src/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def set_client(self) -> None:
sentinel_kwargs=dict(password=AUTH),
password=AUTH,
)
self._client = sentinel.master_for("mymaster")
self._client = sentinel.master_for(MASTERNAME)

def get_client(self) -> redis_client_t:
return self._client

0 comments on commit 2913c18

Please sign in to comment.