aboutsummaryrefslogtreecommitdiffstats
path: root/wee_slack.py
diff options
context:
space:
mode:
authorRyan Huber <rhuber@gmail.com>2017-02-01 11:58:13 -0800
committerRyan Huber <rhuber@gmail.com>2017-02-01 11:58:13 -0800
commit681dbc193bae47429662a9504d75768ab1fdda4c (patch)
treedda3b3f9b180e93d5365fe8c7d4ea6b07ae2e8a2 /wee_slack.py
parente63a037a323221e24ba0f422d8d81ee77f0b3ce0 (diff)
downloadwee-slack-681dbc193bae47429662a9504d75768ab1fdda4c.tar.gz
add first basic tests
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 51c12b6..2d059a1 100644
--- a/wee_slack.py
+++ b/wee_slack.py
@@ -591,7 +591,7 @@ class SlackChannel(object):
m.change_text(text)
if suffix:
m.change_suffix(suffix)
- text = m.render(force=True)
+ text = m.render(force=True)
timestamp, time_id = ts.split(".", 2)
timestamp = int(timestamp)
modify_buffer_line(self.channel_buffer, text, timestamp, time_id)