forked from pEp.foundation/pEpPythonAdapter
better msg recipienzts printing in multipEp.py
parent
5bb0bcd4ff
commit
29735d3c93
|
@ -192,8 +192,8 @@ def printheader(blah=None):
|
|||
"-" * (39 - len(blah) + int(len(blah)/2)))
|
||||
|
||||
def printmsg(msg):
|
||||
printi("from :", msg.from_)
|
||||
printi("to :", msg.to)
|
||||
printi("from :", repr(msg.from_))
|
||||
printi("to :", repr(msg.to))
|
||||
printi("recv :", msg.recv)
|
||||
printi("sent :", msg.sent)
|
||||
printi("short :", msg.shortmsg)
|
||||
|
|
Loading…
Reference in New Issue