Skip to content

Commit

Permalink
Merge pull request googleapis#64 from adityarj/master
Browse files Browse the repository at this point in the history
Aah, good catch. Verify was part of a new feature and I forgot to double check that it wouldn't cause problems like this. Thanks.
  • Loading branch information
Narcolapser authored Nov 13, 2017
2 parents 40f2cec + 9a3910d commit a7ae5eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions O365/inbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ def __init__(self, auth, getNow=True, verify=True):
self.messages = []

self.filters = ''
self.verify = verify

if getNow:
self.filters = 'IsRead eq false'
self.getMessages()

self.verify = verify


def getMessages(self, number = 10):
'''
Downloads messages to local memory.
Expand Down

0 comments on commit a7ae5eb

Please sign in to comment.