From 26106169738df19662321a20bbb5a7619a60a0b5 Mon Sep 17 00:00:00 2001 From: jason Date: Fri, 19 Aug 2016 10:42:23 -0600 Subject: dumb --- warmachine/connections/slack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/warmachine/connections/slack.py b/warmachine/connections/slack.py index 938c541..ae8323a 100644 --- a/warmachine/connections/slack.py +++ b/warmachine/connections/slack.py @@ -108,7 +108,7 @@ class SlackWS(Connection): _user = self.user_nick_to_id[destination] if 'is_bot' not in self.user_map[_user]: - self.error('is_bot property not found for user {}'.format( + self.log.error('is_bot property not found for user {}'.format( message['destination'])) # slack doesn't allow bots to message other bots -- cgit v1.2.1