Fix client.cast() typo

This commit is contained in:
Mark McLoughlin 2013-06-07 14:17:06 +01:00
parent b928fb64e0
commit 5d34b37109
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ class _CallContext(object):
def cast(self, ctxt, method, **kwargs):
msg = self._make_message(ctxt, method, kwargs)
self.transport._send(target, ctxt, msg)
self.transport._send(self.target, ctxt, msg)
def _check_for_lock(self):
if not self.conf.debug: