Skip to content

Commit

Permalink
Changed a null to None
Browse files Browse the repository at this point in the history
I put in the wrong thing. derp.
  • Loading branch information
Narcolapser authored Jul 7, 2017
1 parent b968e0e commit 619280f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion O365/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def setLocation(self,loc):
you send into a string and set that as the display name.
'''
if 'Location' not in self.json:
self.json['Location'] = {"Address":null}
self.json['Location'] = {"Address":None}

if isinstance(loc,dict):
self.json['Location'] = loc
Expand Down

0 comments on commit 619280f

Please sign in to comment.