summaryrefslogtreecommitdiff
path: root/src/polaris
diff options
context:
space:
mode:
Diffstat (limited to 'src/polaris')
-rw-r--r--src/polaris/protocol.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polaris/protocol.py b/src/polaris/protocol.py
index f26d25e..6f71e98 100644
--- a/src/polaris/protocol.py
+++ b/src/polaris/protocol.py
@@ -937,7 +937,7 @@ class UDPConnection(threading.Thread, ConnectionStatusListener):
wm.message.encrypt(outkey=self.encoutkey, inkey=self.encinkey,
token=self.device_token, pubkey=self.pubkey)
buf = wm.message.frame.pack()
- one_shot = isinstance(wm.message, (AckMessage, NakMessage, PingMessage))
+ one_shot = isinstance(wm.message, (AckMessage, NakMessage))
# self._logger.debug(f'run: raw data to be sent: {buf.hex()}')
# sending the first time