mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2026-03-03 00:39:10 +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:
|
Three example 'extender' configs are included with the repo. You may load them with:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
import voicemeeterlib
|
import vban_cmd
|
||||||
with voicemeeterlib.api('banana') as vm:
|
with vban_cmd.api('banana') as vm:
|
||||||
vm.apply_config('extender')
|
vm.apply_config('extender')
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user