Author: andar
Revision: 5441
Log:
Fix typo
Diff:
Modified: trunk/deluge/core/rpcserver.py
===================================================================
--- trunk/deluge/core/rpcserver.py 2009-07-02 18:10:13 UTC (rev 5440)
+++ trunk/deluge/core/rpcserver.py 2009-07-02 18:13:37 UTC (rev 5441)
@@ -276,7 +276,7 @@
# wait for it to fire before sending the RPC_RESPONSE
if isinstance(ret, defer.Deferred):
def on_success(result):
- self.sendData((RPC_RESPONSE, request_id, ret))
+ self.sendData((RPC_RESPONSE, request_id, result))
return result
def on_fail(failure):
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"deluge-commit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/deluge-commit?hl=en
-~----------~----~----~----~------~----~------~--~---