Skip to content
Snippets Groups Projects
Commit 10943aa8 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

bugfix

parent f7d4cd45
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ class Message(object):
:param properties: AMQP properties to be sent along
"""
self.body = body
self.properties = {} if properties is None else {}
self.properties = {} if properties is None else properties
class ReceivedMessage(Message):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment