csingley / ofxtools

Python OFX Library
Other
301 stars 68 forks source link

Add prettyprint keyword to request_statements() #102

Closed rianhunter closed 3 years ago

rianhunter commented 3 years ago

Some OFX gateways have buggy parsers that require newlines after every OFX element. Add prettyprint keyword to request_statements() to allow user to work around that.

rianhunter commented 3 years ago

Ignore this