aboutsummaryrefslogtreecommitdiffstats
path: root/slack.py
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2015-11-07 12:24:21 -0500
committerGuillaume Horel <guillaume.horel@gmail.com>2015-11-07 12:24:21 -0500
commit365e75693b6bcf0b8f02e4982943bc5ed3030dd9 (patch)
tree086e594325b6be3f7d8b3e1ffd90a4859e04d1ec /slack.py
parentd836f1673ee2cd5e86835fef137b486247c78c48 (diff)
downloadslack-365e75693b6bcf0b8f02e4982943bc5ed3030dd9.tar.gz
typo
Diffstat (limited to 'slack.py')
-rw-r--r--slack.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/slack.py b/slack.py
index da0a8b3..e919637 100644
--- a/slack.py
+++ b/slack.py
@@ -5,7 +5,7 @@ app.config.from_envvar('CONF')
@app.route("/echo", methods=['POST'])
def echo():
d = {'response_type': 'in_channel',
- 'text': "I'm the echo bot!"
+ 'text': "I'm the echo bot!",
'attachments': [
{'text':request.form['text']}
]