We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d804ab commit da4ba50Copy full SHA for da4ba50
rabbitpy/simple.py
@@ -20,7 +20,7 @@ class SimpleChannel(object):
20
21
import rabbitpy
22
23
- with rabbitpy.SimpleChannel(url) as channel:
+ with rabbitpy.SimpleChannel('amqp://localhost/%2f) as channel:
24
queue = rabbitpy.Queue(channel, 'my-queue')
25
26
:param str uri: The AMQP URI to connect with. For URI options, see the
0 commit comments