Skip to content

Commit

Permalink
Merge pull request googleapis#31 from Grif392/patch-2
Browse files Browse the repository at this point in the history
Updated example; returned with an error
  • Loading branch information
Narcolapser authored Jun 27, 2016
2 parents 12db511 + c756567 commit 8ec9951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/fetchFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def processMessage(m):

auth = (e,p)

i = Inbox(e,p,getNow=False) #Email, Password, Delay fetching so I can change the filters.
i = Inbox( auth, getNow=False) #Email, Password, Delay fetching so I can change the filters.

i.setFilter("IsRead eq false & Subject eq 'Fetch File'")

Expand Down

0 comments on commit 8ec9951

Please sign in to comment.