From 365e75693b6bcf0b8f02e4982943bc5ed3030dd9 Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Sat, 7 Nov 2015 12:24:21 -0500 Subject: typo --- slack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']} ] -- cgit v1.2.3-70-g09d2