Skip to content

Commit 5f7b62a

Browse files
committed
add missing cached_property
1 parent d1bcbfe commit 5f7b62a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vban_cmd/packet/nbs0.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def busgain(self) -> tuple:
227227
bus_gain_raw = struct.unpack('<8h', self._busGaindB100)
228228
return tuple(round(val * 0.01, 2) for val in bus_gain_raw)
229229

230-
@property
230+
@cached_property
231231
def labels(self) -> Labels:
232232
"""returns Labels namedtuple of strip and bus labels"""
233233

0 commit comments

Comments
 (0)