Skip to content

Commit cba5922

Browse files
committed
Update mlm2pro_device.py
1 parent 2a35e9e commit cba5922

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bluetooth/mlm2pro_device.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ def _heartbeat(self) -> None:
252252
logging.debug(f'Heartbeat not received for {MLM2PRODevice.MLM2PRO_HEARTBEAT_INTERVAL} seconds, resubscribing...')
253253
self._set_next_expected_heartbeat()
254254
self._primary_service.write_characteristic(MLM2PRODevice.HEARTBEAT_CHARACTERISTIC_UUID, bytearray([0x01]))
255-
self.__token_expiry_date_state(self._settings.web_api['token_expiry'])
256255

257256
def __send_initial_params(self, data: bytearray) -> None:
258257
byte_array = data[2:]

0 commit comments

Comments
 (0)