mirror of
https://github.com/espressif/openthread.git
synced 2026-08-13 14:17:47 +00:00
Improve the sniffer design. (#1073)
This commit is contained in:
committed by
Jonathan Hui
parent
7087f9af69
commit
100e568a09
@@ -250,7 +250,7 @@ class Message(object):
|
||||
assert self.ipv6_packet.ipv6_header.hop_limit == hop_limit
|
||||
|
||||
def __repr__(self):
|
||||
return "Message(type={})".format(MessageType.name[self.type])
|
||||
return "Message(type={})".format(self.type)
|
||||
|
||||
|
||||
class MessagesSet(object):
|
||||
|
||||
Reference in New Issue
Block a user