rectification
This commit is contained in:
parent
7b2ade9693
commit
a2804e8b3a
@ -281,7 +281,7 @@ class privateMessage () :
|
||||
|
||||
|
||||
if txt.split(" ")[0] == "NEW_PM" :
|
||||
self.message_buffer2 += '<br><span style="color : grey"> ' + self.getTimeStamp() + '</span> <span style="color : red"> < '+ self.pmPerso +' > </span> ' + self.htmlToText(' '.join(txt.split(" ")[2:])) + ''
|
||||
self.message_buffer2 += '<br><span style="color : grey"> ' + self.getTimeStamp() + '</span> <span style="color : red"> < '+ self.pmPerson +' > </span> ' + self.htmlToText(' '.join(txt.split(" ")[2:])) + ''
|
||||
|
||||
|
||||
self.ui.txtOutput.setText(self.message_buffer2)
|
||||
|
Reference in New Issue
Block a user