Skip to content

Commit

Permalink
Attempt to show data dict
Browse files Browse the repository at this point in the history
  • Loading branch information
chillipeper committed May 3, 2019
1 parent 4b54f75 commit c2735ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion will/backends/io_adapters/slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ def _watch_slack_rtm(self):
for e in events:
tmp_event = e
caca = self.normalize_incoming_event(tmp_event)
logging.info("Normalized event %s", str(caca))
logging.info("Normalized event %s", caca.data.__dict__)
self.handle_incoming_event(e)
logging.info("Handling event %s", str(e))

Expand Down

0 comments on commit c2735ff

Please sign in to comment.