From 0819bb4342425b6b3a221146df5665e5efa7699f Mon Sep 17 00:00:00 2001 From: onyx-and-iris <75868496+onyx-and-iris@users.noreply.github.com> Date: Tue, 26 Jul 2022 22:25:31 +0100 Subject: [PATCH] upd import in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e13d9e7..f46ab66 100644 --- a/README.md +++ b/README.md @@ -39,10 +39,10 @@ Otherwise: Example `__main__.py` ```python -from obsstudio_sdk.reqs import ReqClient +import obsstudio_sdk as obs # pass conn info if not in config.toml -cl = ReqClient('localhost', 4455, 'mystrongpass') +cl = obs.ReqClient('localhost', 4455, 'mystrongpass') # Toggle the mute state of your Mic input cl.toggle_input_mute('Mic/Aux')