diff --git a/linkplay_cli/cli.py b/linkplay_cli/cli.py index a665d6d..e31a080 100644 --- a/linkplay_cli/cli.py +++ b/linkplay_cli/cli.py @@ -289,7 +289,7 @@ def info(self, args): model = status['project'] hardware = status['hardware'] - print(f'Device name: {status['DeviceName']}{new_device_string}') + print(f'Device name: {status["DeviceName"]}{new_device_string}') print(f'Model: {model}') print(f'Device time: {self._status_to_time_string(status)}') self._print_info_if_not_empty('Wi-Fi IP address', status['apcli0'])