summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/rpc-tut6/rpc_client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/rpc-tut6/rpc_client.py b/examples/rpc-tut6/rpc_client.py
index 0d90bed6..bf058f56 100644
--- a/examples/rpc-tut6/rpc_client.py
+++ b/examples/rpc-tut6/rpc_client.py
@@ -23,7 +23,7 @@ class FibonacciRpcClient(object):
exchange='',
routing_key='rpc_queue',
declare=[self.callback_queue],
- reply_to=self.callback_queue,
+ reply_to=self.callback_queue.name,
correlation_id=self.correlation_id,
)
with Consumer(self.connection,