diff --git a/adafruit_mlx90393.py b/adafruit_mlx90393.py index cfef1fa..2b6fd96 100755 --- a/adafruit_mlx90393.py +++ b/adafruit_mlx90393.py @@ -215,8 +215,7 @@ def _transceive(self, payload, rxlen=0): # Write 'value' to the specified register # TODO: Check this. It's weird that the write is accepted but the read is naked. with self.i2c_device as i2c: - # pylint: disable=unexpected-keyword-arg - i2c.write(payload, stop=False) + i2c.write(payload) while True: try: