X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=khashmir.py;h=1722ad48ad9291a7375302b0035e45019ca297ed;hb=5108f6b6bff3096b5b0925db4b643f9e8368ddcd;hp=104c9e949211160848889d16899c193457cb0d49;hpb=6533b37c36b8437d4d1fc43714c0cdbc1767eca7;p=quix0rs-apt-p2p.git diff --git a/khashmir.py b/khashmir.py index 104c9e9..1722ad4 100644 --- a/khashmir.py +++ b/khashmir.py @@ -126,7 +126,7 @@ class Khashmir(xmlrpc.XMLRPC): def default(err, node=node, table=table): table.nodeFailed(node) df = node.storeValue(key, value, self.node.senderDict()) - df.addCallbacks(cb, default) + df.addCallback(cb) # this call is asynch self.findNode(key, _storeValueForKey)