From 2e4c1eb56062e26b53ed3e0240e70a6cddaa860a Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:48:25 -0600 Subject: [PATCH] docs: update save file example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2ac295..9fc81a5 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ import mimetypes filePath = 'C:\\Users\\sfree\\Documents\\Temp\\Test Attachment.txt' fileName = os.path.basename(filePath) -contentType = mimetypes.guess_type(filePath) +contentType = mimetypes.guess_type(filePath)[0] request = SaveFileRequest( recordId=60,