the last of one
This commit is contained in:
parent
53012f0c49
commit
9cdac7343f
@ -416,7 +416,7 @@ class privateMessage() :
|
|||||||
|
|
||||||
|
|
||||||
if self.codeNb(txt.split(" ")[0]) == "NEW_PM" :
|
if self.codeNb(txt.split(" ")[0]) == "NEW_PM" :
|
||||||
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.message_buffer2 += '<br><span style="color : grey"> ' + self.getTimeStamp() + '</span> <span style="color : red"> < '+ txt.split(" ")[1] +' > </span> ' + self.htmlToText(' '.join(txt.split(" ")[2:])) + ''
|
||||||
|
|
||||||
|
|
||||||
self.ui.txtOutput.setText(self.message_buffer2)
|
self.ui.txtOutput.setText(self.message_buffer2)
|
||||||
|
Reference in New Issue
Block a user