add pypi badge to readme

This commit is contained in:
onyx-and-iris
2022-08-06 08:56:53 +01:00
parent aeb437943a
commit 055749e8ac
2 changed files with 3 additions and 2 deletions

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}) has been set to {self.vm.strip[0].mute}"
f"strip 0 ({self.vm.strip[0].label}) label has been set to {self.vm.strip[0].mute}"
)
def other_things(self):