From: burris Date: Mon, 23 Sep 2002 23:12:56 +0000 (+0000) Subject: fix typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=30d0bd614dd718bb2c3fd331b3c1fd56786a02aa;p=quix0rs-apt-p2p.git fix typo --- 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