Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Jan 20, 2020. It is now read-only.
This repository was archived by the owner on Jan 20, 2020. It is now read-only.
There was an error while loading. Please reload this page.
In the code below in
events.py, I believe the lineself.message_handler(message)should be changed toself.message_handler(event)because in my handler, I currently have to call json.loads() manually on the message.