Created
January 5, 2016 12:10
-
-
Save kerin/37dd40a2f783d5b590be to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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