fix typo caused by an earlier refactor.

This commit is contained in:
Gilles Boccon-Gibod
2023-02-08 09:56:11 -08:00
parent 83a76a75d3
commit de47721753

View File

@@ -130,7 +130,7 @@ class PairingKeys:
for (key_property, key_value) in value.items():
print(f'{prefix} {color(key_property, "green")}: {key_value}')
else:
print(f'{prefix}{color(property, "cyan")}: {value}')
print(f'{prefix}{color(container_property, "cyan")}: {value}')
# -----------------------------------------------------------------------------