summaryrefslogtreecommitdiff
path: root/boto/elastictranscoder/layer1.py
diff options
context:
space:
mode:
Diffstat (limited to 'boto/elastictranscoder/layer1.py')
-rw-r--r--boto/elastictranscoder/layer1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/boto/elastictranscoder/layer1.py b/boto/elastictranscoder/layer1.py
index 3189f35d..0f4dc9c7 100644
--- a/boto/elastictranscoder/layer1.py
+++ b/boto/elastictranscoder/layer1.py
@@ -922,7 +922,7 @@ class ElasticTranscoderConnection(AWSAuthConnection):
if headers is None:
headers = {}
response = super(ElasticTranscoderConnection, self).make_request(
- verb, resource, headers=headers, data=data)
+ verb, resource, headers=headers, data=data, params=params)
body = json.loads(response.read().decode('utf-8'))
if response.status == expected_status:
return body