pass the message directly instead of the python object on receiving dockercloud event
This commit is contained in:
parent
da65114098
commit
9383498d3c
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ class Events(StreamingAPI):
|
|||
return
|
||||
|
||||
if self.message_handler:
|
||||
self.message_handler(event)
|
||||
self.message_handler(message)
|
||||
|
||||
def run_forever(self, *args, **kwargs):
|
||||
while True:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue