Skip to content

Commit c26c42b

Browse files
committedJun 8, 2015
Fix de-announcing
1 parent 3976573 commit c26c42b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎server.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ def get(self, ip, port):
279279
i, server = self.getWithIndex(ip, port)
280280
return server
281281

282-
def removeServer(self, server):
282+
def remove(self, server):
283283
with self.lock:
284284
try:
285285
self.list.remove(server)

0 commit comments

Comments
 (0)
Please sign in to comment.