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 d74d9fc commit e071bf1Copy full SHA for e071bf1
zencoder/core.py
@@ -64,7 +64,7 @@ def headers(self):
64
65
headers = {
66
'Content-Type': 'application/{0}'.format(content_type),
67
- 'Accepts': 'application/{0}'.format(content_type),
+ 'Accept': 'application/{0}'.format(content_type),
68
'Zencoder-Api-Key': self.api_key,
69
'User-Agent': 'zencoder-py v{0}'.format(LIB_VERSION)
70
}
0 commit comments