From 95545219854aaa44341264e0ea00af5675f6db2c Mon Sep 17 00:00:00 2001 From: StevanFreeborn Date: Tue, 3 May 2022 12:59:10 -0500 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cd9363..009a254 100644 --- a/README.md +++ b/README.md @@ -145,7 +145,7 @@ for app in response.data.apps: Returns an Onspring app or survey according to provided id. ```python -response = client.GetAppById(appId) +response = client.GetAppById(195) print(f'Status Code: {response.statusCode}') print(f'id: {response.data.app.id}')