From 055749e8ace1880ea831b6f45d94283db32d7f5c Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Sat, 6 Aug 2022 08:56:53 +0100 Subject: [PATCH] add pypi badge to readme --- README.md | 3 ++- __main__.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b098705..680f9eb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +[![PyPI version](https://badge.fury.io/py/voicemeeter-api.svg)](https://badge.fury.io/py/voicemeeter-api) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/onyx-and-iris/voicemeeter-api-python/blob/dev/LICENSE) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](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): diff --git a/__main__.py b/__main__.py index b21dbc0..dd840b8 100644 --- a/__main__.py +++ b/__main__.py @@ -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):