From 70b60b3cac15a2e79b09460a1571bddff9ddbf89 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 11 Aug 2023 18:23:42 +0100 Subject: [PATCH] reword --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e74e09a..ae5ad12 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,9 @@ If a connection attempt fails or times out an `OBSWSConnectionError` will be rai If a request fails an `OBSWSRequestError` will be raised with a status code. -- The request name and code are retrievable through attributes {OBSWSRequestError}.req_name and {OBSWSRequestError}.code +- The request name and code are retrievable through the following attributes: + - `req_name` + - `code` For a full list of status codes refer to [Codes](https://github.com/obsproject/obs-websocket/blob/master/docs/generated/protocol.md#requeststatus)