From 830b2bbbb023ccf3acb0d892929c2945e8fec721 Mon Sep 17 00:00:00 2001 From: Grif392 Date: Wed, 22 Jun 2016 14:06:01 -0700 Subject: [PATCH] Update attachment.py Fixed capitalization error --- O365/attachment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/O365/attachment.py b/O365/attachment.py index 9a29c8affbd1..d87b5010bc39 100644 --- a/O365/attachment.py +++ b/O365/attachment.py @@ -159,6 +159,6 @@ def setBase64(self,val): log.error('tried to give me an attachment as a base64 and it is not.') raise self.json['ContentBytes'] = val - return true + return True #To the King!