Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3751782
D1690.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
502 B
Referenced Files
None
Subscribers
None
D1690.diff
View Options
diff --git a/notifications b/notifications
old mode 100755
new mode 100644
--- a/notifications
+++ b/notifications
@@ -60,7 +60,8 @@
def get_broker_queue(channel, exchange):
"""Ensure exchange exists and declare a temporary queue."""
- channel.exchange_declare(exchange=exchange, type='topic', durable=True)
+ channel.exchange_declare(
+ exchange=exchange, exchange_type='topic', durable=True)
result = channel.queue_declare(exclusive=True)
return result.method.queue
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 18, 12:25 (21 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2250651
Default Alt Text
D1690.diff (502 B)
Attached To
Mode
D1690: Update code to be compliant with Pika 0.12
Attached
Detach File
Event Timeline
Log In to Comment