aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
diff options
context:
space:
mode:
authorRyan Huber <rhuber@gmail.com>2015-01-20 08:33:41 -0800
committerRyan Huber <rhuber@gmail.com>2015-01-20 08:33:41 -0800
commit39e96ed0ad81a062e333232c9c30d9abfe0ab66a (patch)
tree458472ea433bb931331f8dcebf41819363fd7d3f /wee_slack.py
parent1d5b3a9d187bc094f78646baa8e1b96d047e2c32 (diff)
downloadwee-slack-39e96ed0ad81a062e333232c9c30d9abfe0ab66a.tar.gz
parens..
Diffstat (limited to 'wee_slack.py')
-rw-r--r--wee_slack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wee_slack.py b/wee_slack.py
index 6e650c0..88c6fe0 100644
--- a/wee_slack.py
+++ b/wee_slack.py
@@ -1112,7 +1112,7 @@ def get_user(message_json, server):
try:
name = server.users.find(message_json['user']).name
except:
- dbg("cannot find name {}").format(message_json['user'])
+ dbg("cannot find name {}".format(message_json['user']))
elif 'username' in message_json:
name = u"-{}-".format(message_json["username"])
elif 'service_name' in message_json: