Page MenuHomeDevCentral

D295.id.diff
No OneTemporary

D295.id.diff

diff --git a/notifications b/notifications
--- a/notifications
+++ b/notifications
@@ -131,15 +131,15 @@
def initializeApplication():
- app = {}
+ container = {}
- app['config'] = getConfig()
- app['options'] = {}
- app['channel'] = getChannel(app['config'])
- app['exchange'] = getExchange(app['config'])
- app['queue'] = getQueue(app['channel'], app['exchange'])
+ container['config'] = getConfig()
+ container['options'] = {}
+ container['channel'] = getChannel(container['config'])
+ container['exchange'] = getExchange(container['config'])
+ container['queue'] = getQueue(container['channel'], container['exchange'])
- return app
+ return container
# -------------------------------------------------------------

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 16, 07:36 (3 h, 7 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2247225
Default Alt Text
D295.id.diff (777 B)

Event Timeline