fix database thing in websocket
This commit is contained in:
parent
a9eaa56070
commit
272581c19e
1 changed files with 1 additions and 1 deletions
|
@ -403,7 +403,7 @@ class MeshConsumer(AsyncWebsocketConsumer):
|
|||
"node": address,
|
||||
"text": text,
|
||||
})
|
||||
print("MESH %s: [%s] %s" % (self.uplink.node, address, text))
|
||||
print("MESH %s: [%s] %s" % (self.uplink.node.address, address, text))
|
||||
|
||||
""" connection state machine """
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue