Skip to content

Commit

Permalink
Updated example; returned with an error
Browse files Browse the repository at this point in the history
  • Loading branch information
Grif392 authored Jun 27, 2016
1 parent 12db511 commit c756567
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 c756567

Please sign in to comment.