Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chillipeper committed May 3, 2019
1 parent c2735ff commit 76dc399
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", caca.data.__dict__)
logging.info("Normalized event %s", caca)
self.handle_incoming_event(e)
logging.info("Handling event %s", str(e))

Expand Down

0 comments on commit 76dc399

Please sign in to comment.