From 66fd7613838d34ac4795daccd3ab462b7576a141 Mon Sep 17 00:00:00 2001 From: Colton Loftus <70598503+C-Loftus@users.noreply.github.com> Date: Mon, 11 Mar 2024 14:13:36 -0400 Subject: [PATCH] more cleaning up --- core/screenreader_ipc/ipc_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/screenreader_ipc/ipc_client.py b/core/screenreader_ipc/ipc_client.py index 8719fa7..666c08d 100644 --- a/core/screenreader_ipc/ipc_client.py +++ b/core/screenreader_ipc/ipc_client.py @@ -25,7 +25,7 @@ def handle_ipc_result( ) -> list[Tuple[IPC_COMMAND, Optional[any]]]: """ Sanitize the response from the screenreader server - and return just the commands and a return value + and return just the commands and their return values if present """ if settings.get("user.addon_debug"):