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

Commit596db77

Browse files
author
Steve Jalim
committed
Make Job.resubmit() use PUT not GET
1 parentd319ddd commit596db77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎zencoder/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ def resubmit(self, job_id):
308308
Resubmits a job
309309
"""
310310
data= {'api_key':self.api_key}
311-
returnself.get(self.base_url+'/%s/resubmit'%str(job_id),data=data)
311+
returnself.put(self.base_url+'/%s/resubmit'%str(job_id),data=data)
312312

313313
defcancel(self,job_id):
314314
"""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp