diff --git a/tuhi/wacom.py b/tuhi/wacom.py index f12d82d..7de5629 100644 --- a/tuhi/wacom.py +++ b/tuhi/wacom.py @@ -254,7 +254,7 @@ class DataLogger(object): def _send(self, source, data): command = data[0] - arguments = data[1:] + arguments = data[2:] if data[0] in self.commands: self.logger.debug(f'command: {self.commands[data[0]]}')