You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 20, 2020. It is now read-only.
In the code below in events.py, I believe the line self.message_handler(message) should be changed to self.message_handler(event) because in my handler, I currently have to call json.loads() manually on the message.
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.The text was updated successfully, but these errors were encountered: