mirror of
https://github.com/onyx-and-iris/nvda-voicemeeter.git
synced 2024-11-22 10:00:46 +00:00
fix passing kind_id to voicemeeterlib
This commit is contained in:
parent
654a86b2ab
commit
5554286ee9
@ -8,6 +8,6 @@ logging.basicConfig(level=logging.DEBUG)
|
||||
|
||||
kind_id = "potato"
|
||||
|
||||
with voicemeeterlib.api("potato") as vm:
|
||||
with voicemeeterlib.api(kind_id) as vm:
|
||||
with nvda_voicemeeter.build(f"Voicemeeter {kind_id.capitalize()} NVDA", vm) as window:
|
||||
window.run()
|
||||
|
Loading…
Reference in New Issue
Block a user