captin411 / ofxclient

Bank transaction downloader and python OFX client libraries
MIT License
261 stars 89 forks source link

Accept parameters to accounts() to pass on to account_list_query() #70

Open philipsd6 opened 5 years ago

philipsd6 commented 5 years ago

Fixes #69

Now this works:

accounts = tdbank_institution.accounts(date='19700101')
philipsd6 commented 5 years ago

Even better, now this works too:

accounts = tdbank_institution.accounts()
MarkLodato commented 5 years ago

I can confirm that #70 fixes the issue. Thank you, Philip!