We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4e5e3 commit 655549aCopy full SHA for 655549a
ofxtools/Client.py
@@ -317,7 +317,7 @@ def http_headers(self) -> Dict[str, str]:
317
# which apparently displeases some FIs
318
return {
319
"User-Agent": self.useragent,
320
- "Content-type": mimetype,
+ "Content-Type": mimetype,
321
# Apparently Amex is unhappy unless it sees a MIME type of application/xml
322
# with some quality rating - ANY quality rating, it seems.
323
"Accept": "*/*, {}, application/xml;q=0.9".format(mimetype),
0 commit comments