mirror of
https://github.com/meshcore-dev/meshcore_py.git
synced 2026-04-20 22:13:49 +00:00
trailing space
This commit is contained in:
parent
0e54a624f1
commit
f534b1898b
1 changed files with 2 additions and 2 deletions
|
|
@ -119,8 +119,8 @@ class MessageReader:
|
|||
}
|
||||
|
||||
evt_type = EventType.CONTACT_MSG_RECV
|
||||
if packet_type_value == PacketType.PUSH_CODE_NEW_ADVERT.value :
|
||||
evt_type = EventType.NEW_CONTACT
|
||||
if packet_type_value == PacketType.PUSH_CODE_NEW_ADVERT.value :
|
||||
evt_type = EventType.NEW_CONTACT
|
||||
|
||||
await self.dispatcher.dispatch(Event(evt_type, res, attributes))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue