Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro Casanovas committed Feb 4, 2019
1 parent 9326786 commit bc60c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion O365/calendar.py
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@ def __init__(self, parent, response_status):
self.response_time = parse(self.response_time).astimezone(
self.protocol.timezone)
except OverflowError:
log.error("Couldn't parse event response time: {}".format(self.response_time))
log.debug("Couldn't parse event response time: {}".format(self.response_time))
self.response_time = None
else:
self.response_time = None
Expand Down

0 comments on commit bc60c25

Please sign in to comment.