fix minor errors in readme

This commit is contained in:
onyx-and-iris
2022-08-06 10:51:35 +01:00
parent 11264b95ec
commit 3ecb3a0f68
2 changed files with 7 additions and 7 deletions

View File

@@ -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):