fix str in readme, __main__.

This commit is contained in:
onyx-and-iris 2022-08-06 10:49:56 +01:00
parent ec27204b73
commit 6b4e4d97e3
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ class ManyThings:
self.vm.strip[0].label = "podmic"
self.vm.strip[0].mute = True
print(
f"strip 0 ({self.vm.strip[0].label}) label has been set to {self.vm.strip[0].mute}"
f"strip 0 ({self.vm.strip[0].label}) mute has been set to {self.vm.strip[0].mute}"
)
def other_things(self):

View File

@ -9,7 +9,7 @@ class ManyThings:
self.vm.strip[0].label = "podmic"
self.vm.strip[0].mute = True
print(
f"strip 0 ({self.vm.strip[0].label}) label has been set to {self.vm.strip[0].mute}"
f"strip 0 ({self.vm.strip[0].label}) mute has been set to {self.vm.strip[0].mute}"
)
def other_things(self):