mirror of
https://github.com/onyx-and-iris/vban-cmd-python.git
synced 2024-11-15 17:10:46 +00:00
fix logging example
This commit is contained in:
parent
956f759e73
commit
ef105d878b
@ -517,11 +517,12 @@ It's possible to see the messages sent by the interface's setters and getters, m
|
|||||||
|
|
||||||
example:
|
example:
|
||||||
```python
|
```python
|
||||||
import voicemeeterlib
|
import vban_cmd
|
||||||
|
|
||||||
logging.basicConfig(level=logging.DEBUG)
|
logging.basicConfig(level=logging.DEBUG)
|
||||||
|
|
||||||
with voicemeeterlib.api("banana") as vm:
|
opts = {"ip": "ip.local", "port": 6980, "streamname": "Command1"}
|
||||||
|
with vban_cmd.api('banana', **opts) as vban:
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user