Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita1cc2d3

Browse files
committed
give Output.progress a clearer id argument name
1 parent857e564 commita1cc2d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎zencoder/zencoder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,12 @@ def __init__(self, api_key, as_xml=False):
147147
"""
148148
super(Output, self).__init__(api_key, as_xml, 'outputs')
149149

150-
def progress(self,id):
150+
def progress(self,output_id):
151151
"""
152152
Gets the given output id's progress.
153153
"""
154154
data = {'api_key': self.api_key}
155-
return self.get(self.base_url + '/%s/progress' % str(id),
155+
return self.get(self.base_url + '/%s/progress' % str(output_id),
156156
params=urlencode(data))
157157

158158
class Job(HTTPBackend):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp