From f564f53c69ce9f9bcb2a4a66a76b8143a99905ee Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Wed, 7 May 2025 18:42:29 +0100 Subject: [PATCH] return response class for toggle_record() patch bump --- obsws_python/reqs.py | 2 +- obsws_python/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/obsws_python/reqs.py b/obsws_python/reqs.py index a4fe19d..4d52e1a 100644 --- a/obsws_python/reqs.py +++ b/obsws_python/reqs.py @@ -1784,7 +1784,7 @@ class ReqClient: """ - self.send("ToggleRecord") + return self.send("ToggleRecord") def start_record(self): """ diff --git a/obsws_python/version.py b/obsws_python/version.py index 116d566..2196826 100644 --- a/obsws_python/version.py +++ b/obsws_python/version.py @@ -1 +1 @@ -version = "1.7.1" +version = "1.7.2"