mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-04-18 13:03:31 +00:00
fix minor errors in readme
This commit is contained in:
@@ -9,7 +9,7 @@ class ManyThings:
|
||||
self.vban.strip[0].label = "podmic"
|
||||
self.vban.strip[0].mute = True
|
||||
print(
|
||||
f"strip 0 ({self.vban.strip[0].label}) has been set to {self.vban.strip[0].mute}"
|
||||
f"strip 0 ({self.vban.strip[0].label}) mute has been set to {self.vban.strip[0].mute}"
|
||||
)
|
||||
|
||||
def other_things(self):
|
||||
|
||||
Reference in New Issue
Block a user