ow ow ow she bit my arm
This commit is contained in:
parent
e0ad24f7ff
commit
3628cb47b6
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)[0],
|
||||
node=(await MeshNode.objects.aget_or_create(address=msg.content.destination))
|
||||
parent_address=msg.content.via,
|
||||
)
|
||||
await self.send_msg(messages.MeshMessage(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue