]> git.mxchange.org Git - quix0rs-apt-p2p.git/blobdiff - apt_p2p_Khashmir/actions.py
KRPC calls callback with the response dictionary by itself.
[quix0rs-apt-p2p.git] / apt_p2p_Khashmir / actions.py
index 870e37c80450220d84109077209e8e0905a4b976..dfb085241df0dac73e8e83eee74610a3572b8dbf 100644 (file)
@@ -172,7 +172,7 @@ class ActionBase:
         self.outstanding -= 1
         self.outstanding_results -= expected_results
         self.answered[node.id] = 1
-        self.processResponse(dict['rsp'])
+        self.processResponse(dict)
         self.schedule()
 
     def actionFailed(self, err, node, expected_results):