Fix acknowledge

This commit is contained in:
Yohann D'ANELLO 2020-12-23 23:10:57 +01:00
parent 901d4aad05
commit 39b4157836
Signed by: ynerant
GPG Key ID: 3A75C55819C8CF85
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ class DataTLV(TLV):
return
# Acknowledge the packet
squirrel.send_packet(sender, Packet.construct(AckTLV.construct(sender.id, self.nonce)))
squirrel.send_packet(sender, Packet.construct(AckTLV.construct(self.sender_id, self.nonce)))
nickname_match = re.match("(.*): (.*)", msg)
if nickname_match is None: