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

Commite574bbb

Browse files
author
Alex Schworer
committed
Passresponse.content intoZencoderResponseError
1 parent0d9fdbc commite574bbb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎zencoder/core.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def process(self, response):
121121

122122
returnResponse(code,body,response.content,response)
123123
exceptValueError:
124-
raiseZencoderResponseError(response,content)
124+
raiseZencoderResponseError(response,response.content)
125125

126126
classZencoder(object):
127127
""" This is the entry point to the Zencoder API """
@@ -207,7 +207,6 @@ def live(self):
207207
"""
208208
Puts your account into live mode.
209209
"""
210-
211210
returnself.put(self.base_url+'/live')
212211

213212
classOutput(HTTPBackend):

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp