From 2cc01f84fc3dcad6cf657c444877319a000a4cdd Mon Sep 17 00:00:00 2001 From: burris Date: Mon, 23 Sep 2002 22:20:34 +0000 Subject: [PATCH] fix missing arg conversion --- khashmir.py | 1 + 1 file changed, 1 insertion(+) diff --git a/khashmir.py b/khashmir.py index 03c67ab..bb78e6b 100644 --- a/khashmir.py +++ b/khashmir.py @@ -173,6 +173,7 @@ 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