Skip to content

Commit

Permalink
missed _update_servers ref
Browse files Browse the repository at this point in the history
  • Loading branch information
kentslaney committed Dec 26, 2023
1 parent d440b51 commit e1a5de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libmc/_client.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ cdef class PyClientShell(PyClientSettings):
return self.last_error

def update_servers(self, servers):
rv = self._update_servers(servers, False)
rv = _update_servers(servers, self._imp, False)
if rv + len(servers) == 0:
self.servers = servers
return True
Expand Down

0 comments on commit e1a5de4

Please sign in to comment.