From 30d0bd614dd718bb2c3fd331b3c1fd56786a02aa Mon Sep 17 00:00:00 2001 From: burris Date: Mon, 23 Sep 2002 23:12:56 +0000 Subject: [PATCH] fix typo --- khashmir.py | 1 - 1 file changed, 1 deletion(-) diff --git a/khashmir.py b/khashmir.py index a41fc17..b8bb49a 100644 --- a/khashmir.py +++ b/khashmir.py @@ -170,7 +170,6 @@ class Khashmir(xmlrpc.XMLRPC): df = node.ping(self.node.senderDict()) ## these are the callbacks we use when we issue a PING def _pongHandler(sender, id=node.id, host=node.host, port=node.port, table=self.table): - sender, conn = sender if id != 20 * ' ' and id != sender['id'].data: # whoah, got response from different peer than we were expecting pass -- 2.39.5