diff options
| author | jason | 2016-08-19 10:42:23 -0600 |
|---|---|---|
| committer | jason | 2016-08-19 10:42:23 -0600 |
| commit | 26106169738df19662321a20bbb5a7619a60a0b5 (patch) | |
| tree | d267778f8bf2944f2b6642f08eb302e70b5a5e6f | |
| parent | 3a8d973943305ddf7bea7b58a3adccee56309f7c (diff) | |
| download | warmachine-ng-26106169738df19662321a20bbb5a7619a60a0b5.tar.gz warmachine-ng-26106169738df19662321a20bbb5a7619a60a0b5.zip | |
dumb
| -rw-r--r-- | warmachine/connections/slack.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): | |||
| 108 | _user = self.user_nick_to_id[destination] | 108 | _user = self.user_nick_to_id[destination] |
| 109 | 109 | ||
| 110 | if 'is_bot' not in self.user_map[_user]: | 110 | if 'is_bot' not in self.user_map[_user]: |
| 111 | self.error('is_bot property not found for user {}'.format( | 111 | self.log.error('is_bot property not found for user {}'.format( |
| 112 | message['destination'])) | 112 | message['destination'])) |
| 113 | 113 | ||
| 114 | # slack doesn't allow bots to message other bots | 114 | # slack doesn't allow bots to message other bots |