mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-06-14 13:16:54 +00:00
trailing space
This commit is contained in:
@@ -119,8 +119,8 @@ class MessageReader:
|
|||||||
}
|
}
|
||||||
|
|
||||||
evt_type = EventType.CONTACT_MSG_RECV
|
evt_type = EventType.CONTACT_MSG_RECV
|
||||||
if packet_type_value == PacketType.PUSH_CODE_NEW_ADVERT.value :
|
if packet_type_value == PacketType.PUSH_CODE_NEW_ADVERT.value :
|
||||||
evt_type = EventType.NEW_CONTACT
|
evt_type = EventType.NEW_CONTACT
|
||||||
|
|
||||||
await self.dispatcher.dispatch(Event(evt_type, res, attributes))
|
await self.dispatcher.dispatch(Event(evt_type, res, attributes))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user