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"):