Skip to content

Instantly share code, notes, and snippets.

@kerin
Created January 5, 2016 12:10
Show Gist options
  • Save kerin/37dd40a2f783d5b590be to your computer and use it in GitHub Desktop.
Save kerin/37dd40a2f783d5b590be to your computer and use it in GitHub Desktop.
for message in messages:
# lol?
body = json.loads(json.loads(message.body)['Message'])
self.process_message(body, message)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment