Page MenuHomeDevCentral

D1690.diff
No OneTemporary

D1690.diff

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

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)

Event Timeline