Skip to content
Snippets Groups Projects
Commit e76d1bdf authored by Dicson's avatar Dicson
Browse files

[viper] now_listen. remove rstrip and whitespace at the end os string

parent 4c373d4e
No related branches found
No related tags found
No related merge requests found
......@@ -119,9 +119,8 @@ class Base(object):
'%artist', self.plugin.artist).replace(
'%title', self.plugin.title).replace('%album',self.plugin.source)
text = tune_string.rstrip() + ' '
message_buffer = self.chat_control.msg_textview.get_buffer()
message_buffer.insert_at_cursor(text)
message_buffer.insert_at_cursor(tune_string)
self.chat_control.msg_textview.grab_focus()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment