From 61dcf7fc91487e9b361af5420119355a05e25557 Mon Sep 17 00:00:00 2001 From: Keith Edmunds Date: Fri, 13 Dec 2024 12:54:48 +0000 Subject: [PATCH] Don't bring Audacity to focus when starting app --- app/audacity_controller.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/audacity_controller.py b/app/audacity_controller.py index 459b92d..475d1dc 100644 --- a/app/audacity_controller.py +++ b/app/audacity_controller.py @@ -107,7 +107,11 @@ class AudacityController: f"and pipes exist at {self.pipe_to} and {self.pipe_from}." ) - # Send test command to Audacity + def _test_connectivity(self) -> None: + """ + Send test command to Audacity + """ + response = self._send_command(Config.AUDACITY_TEST_COMMAND) if response != Config.AUDACITY_TEST_RESPONSE: raise ApplicationError(