mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-03-02 16:29:11 +00:00
fix config extends section
This commit is contained in:
parent
911d2f64a6
commit
c335d35b9f
@ -421,8 +421,8 @@ You just need to define a key `extends` in the config TOML, that names the confi
|
||||
Three example 'extender' configs are included with the repo. You may load them with:
|
||||
|
||||
```python
|
||||
import voicemeeterlib
|
||||
with voicemeeterlib.api('banana') as vm:
|
||||
import vban_cmd
|
||||
with vban_cmd.api('banana') as vm:
|
||||
vm.apply_config('extender')
|
||||
```
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user