Skip to content

Commit

Permalink
Update attachment.py
Browse files Browse the repository at this point in the history
Fixed capitalization error
  • Loading branch information
Grif392 authored Jun 22, 2016
1 parent 12db511 commit 830b2bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion O365/attachment.py
Original file line number Diff line number Diff line change
Expand Up @@ -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!

0 comments on commit 830b2bb

Please sign in to comment.