Skip to content

Commit

Permalink
Fix de-announcing
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Jun 8, 2015
1 parent 3976573 commit c26c42b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Expand Up @@ -279,7 +279,7 @@ def get(self, ip, port):
i, server = self.getWithIndex(ip, port)
return server

def removeServer(self, server):
def remove(self, server):
with self.lock:
try:
self.list.remove(server)
Expand Down

0 comments on commit c26c42b

Please sign in to comment.