mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2024-11-15 17:10:46 +00:00
Update dataclass.py
This commit is contained in:
parent
6c2fb720f2
commit
855cb746b9
@ -54,7 +54,7 @@ class VBAN_VMRT_Packet_Data:
|
||||
|
||||
@property
|
||||
def voicemeeterversion(self) -> tuple:
|
||||
"""returns voicemeeter version as a string"""
|
||||
"""returns voicemeeter version as a tuple"""
|
||||
return tuple(
|
||||
reversed(
|
||||
tuple(
|
||||
|
Loading…
Reference in New Issue
Block a user