mirror of
https://github.com/onyx-and-iris/voicemeeter-api-python.git
synced 2025-04-20 11:53:46 +01:00
Compare commits
No commits in common. "43cb7df5acbf28a1b6cc34ab9b4312728321b744" and "ea4626b8645635076bea16b2925c86175acc4f8e" have entirely different histories.
43cb7df5ac
...
ea4626b864
@ -1,6 +1,6 @@
|
||||
[tool.poetry]
|
||||
name = "voicemeeter-api"
|
||||
version = "2.5.4"
|
||||
version = "2.5.3"
|
||||
description = "A Python wrapper for the Voiceemeter API"
|
||||
authors = ["onyx-and-iris <code@onyxandiris.online>"]
|
||||
license = "MIT"
|
||||
|
@ -31,7 +31,7 @@ def get_vmpath():
|
||||
with winreg.OpenKey(
|
||||
winreg.HKEY_LOCAL_MACHINE, r"{}".format("\\".join((REG_KEY, VM_KEY)))
|
||||
) as vm_key:
|
||||
return winreg.QueryValueEx(vm_key, r"UninstallString")[0].strip('"')
|
||||
return winreg.QueryValueEx(vm_key, r"UninstallString")[0].strip("\"")
|
||||
|
||||
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user