mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2024-11-15 17:10:46 +00:00
fix docstring
fix docstring
This commit is contained in:
parent
d849ed3a15
commit
2f9fee948a
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "vban-cmd"
|
name = "vban-cmd"
|
||||||
version = "1.0.5"
|
version = "1.0.6"
|
||||||
description = "Python interface for the VBAN RT Packet Service (Sendtext)"
|
description = "Python interface for the VBAN RT Packet Service (Sendtext)"
|
||||||
authors = ["onyx-and-iris <code@onyxandiris.online>"]
|
authors = ["onyx-and-iris <code@onyxandiris.online>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
@ -159,7 +159,7 @@ class VbanCmd(metaclass=ABCMeta):
|
|||||||
|
|
||||||
@property
|
@property
|
||||||
def version(self) -> str:
|
def version(self) -> str:
|
||||||
"""Returns Voicemeeter's version as a tuple"""
|
"""Returns Voicemeeter's version as a string"""
|
||||||
v1, v2, v3, v4 = self.public_packet.voicemeeterversion
|
v1, v2, v3, v4 = self.public_packet.voicemeeterversion
|
||||||
return f"{v1}.{v2}.{v3}.{v4}"
|
return f"{v1}.{v2}.{v3}.{v4}"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user