mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2025-04-03 04:13:46 +01:00
add pypi badge to readme
This commit is contained in:
parent
aeb437943a
commit
055749e8ac
@ -1,3 +1,4 @@
|
||||
[](https://badge.fury.io/py/voicemeeter-api)
|
||||
[](https://github.com/onyx-and-iris/voicemeeter-api-python/blob/dev/LICENSE)
|
||||
[](https://github.com/psf/black)
|
||||
[](https://pycqa.github.io/isort/)
|
||||
@ -50,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}) 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):
|
||||
|
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user