diff --git a/obsws_python/baseclient.py b/obsws_python/baseclient.py index 5a7e283..fd61da6 100644 --- a/obsws_python/baseclient.py +++ b/obsws_python/baseclient.py @@ -89,5 +89,5 @@ class ObsClient: payload["d"]["requestData"] = req_data self.ws.send(json.dumps(payload)) response = json.loads(self.ws.recv()) - self.logger.debug(f"Reponse received {response}") + self.logger.debug(f"Response received {response}") return response["d"]