snake case func name to match changes

This commit is contained in:
onyx-and-iris 2022-07-26 22:06:06 +01:00
parent 59d66d6ede
commit 1c24b4bc1e

View File

@ -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')
``` ```