diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2015-11-07 12:24:21 -0500 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2015-11-07 12:24:21 -0500 |
| commit | 365e75693b6bcf0b8f02e4982943bc5ed3030dd9 (patch) | |
| tree | 086e594325b6be3f7d8b3e1ffd90a4859e04d1ec /slack.py | |
| parent | d836f1673ee2cd5e86835fef137b486247c78c48 (diff) | |
| download | slack-365e75693b6bcf0b8f02e4982943bc5ed3030dd9.tar.gz | |
typo
Diffstat (limited to 'slack.py')
| -rw-r--r-- | slack.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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']} ] |
