mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-22 12:50:53 +00:00
snake case func name to match changes
This commit is contained in:
parent
59d66d6ede
commit
1c24b4bc1e
@ -48,5 +48,5 @@ from obsstudio_sdk.reqs import ReqClient
|
|||||||
cl = ReqClient('localhost', 4455, 'mystrongpass')
|
cl = ReqClient('localhost', 4455, 'mystrongpass')
|
||||||
|
|
||||||
# Toggle the mute state of your Mic input
|
# Toggle the mute state of your Mic input
|
||||||
cl.ToggleInputMute('Mic/Aux')
|
cl.toggle_input_mute('Mic/Aux')
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user