We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Charles Schwab requires headers to be set to None otherwise the request times out.
Quick fix is to set DEFAULT_USER_AGENT in client.py to None, then add the Schwab account and switch the value back.
DEFAULT_USER_AGENT
client.py
None
I plan on opening a PR to add logic similar to
ofxclient/ofxclient/cli.py
Lines 242 to 244 in 6d6db69
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Charles Schwab requires headers to be set to None otherwise the request times out.
Quick fix is to set
DEFAULT_USER_AGENT
inclient.py
toNone
, then add the Schwab account and switch the value back.I plan on opening a PR to add logic similar to
ofxclient/ofxclient/cli.py
Lines 242 to 244 in 6d6db69
The text was updated successfully, but these errors were encountered: