summaryrefslogtreecommitdiff
path: root/poezio/mam.py
diff options
context:
space:
mode:
authorMadhur Garg <madhurgarg96@gmail.com>2019-07-05 17:14:38 +0200
committerMadhur Garg <madhurgarg96@gmail.com>2019-08-22 00:54:25 +0530
commitef95461bd7c58c2a6bfe3377fa9e87507cf0c512 (patch)
tree2e181ec4c98a082af9cc61f5433b94e937f80e60 /poezio/mam.py
parent7445c37b91a516fc00a70a33f1680096a379f3cd (diff)
downloadpoezio-ef95461bd7c58c2a6bfe3377fa9e87507cf0c512.tar.gz
poezio-ef95461bd7c58c2a6bfe3377fa9e87507cf0c512.tar.bz2
poezio-ef95461bd7c58c2a6bfe3377fa9e87507cf0c512.tar.xz
poezio-ef95461bd7c58c2a6bfe3377fa9e87507cf0c512.zip
Apply suggestion to poezio/mam.py
Diffstat (limited to 'poezio/mam.py')
-rw-r--r--poezio/mam.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/mam.py b/poezio/mam.py
index 1617e89b..9194f407 100644
--- a/poezio/mam.py
+++ b/poezio/mam.py
@@ -62,7 +62,7 @@ async def MAM(self, remote_jid, start, end, top):
forwarded = msg['mam_result']['forwarded']
timestamp = forwarded['delay']['stamp']
message = forwarded['stanza']
- add_line(text_buffer, '%s' % message['body'], timestamp, str(message['from']), top)
+ add_line(text_buffer, message['body'], timestamp, str(message['from']), top)
self.core.refresh_window()