Fix acknowledge
This commit is contained in:
parent
901d4aad05
commit
39b4157836
|
@ -213,7 +213,7 @@ class DataTLV(TLV):
|
||||||
return
|
return
|
||||||
|
|
||||||
# Acknowledge the packet
|
# 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)
|
nickname_match = re.match("(.*): (.*)", msg)
|
||||||
if nickname_match is None:
|
if nickname_match is None:
|
||||||
|
|
Loading…
Reference in New Issue