amazing fucking typo
This commit is contained in:
parent
3628cb47b6
commit
5d8583409c
1 changed files with 1 additions and 1 deletions
|
@ -326,7 +326,7 @@ class MeshConsumer(AsyncWebsocketConsumer):
|
|||
await self.close()
|
||||
|
||||
await self.add_dst_node(
|
||||
node=(await MeshNode.objects.aget_or_create(address=msg.content.destination))
|
||||
node=(await MeshNode.objects.aget_or_create(address=msg.content.destination))[0],
|
||||
parent_address=msg.content.via,
|
||||
)
|
||||
await self.send_msg(messages.MeshMessage(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue