fix bus number in levels example

This commit is contained in:
onyx-and-iris 2023-06-25 10:59:35 +01:00
parent d794bd4b78
commit 77003940f2

View File

@ -16,7 +16,7 @@ def main():
"\n".join(
[
f"{vm.strip[5]}: {vm.strip[5].levels.postmute}",
f"{vm.bus[1]}: {vm.bus[0].levels.all}",
f"{vm.bus[0]}: {vm.bus[0].levels.all}",
]
)
)