remove debug
This commit is contained in:
parent
6290e253c6
commit
e5a75b41a2
1 changed files with 2 additions and 1 deletions
|
@ -674,7 +674,8 @@ class Client(object):
|
||||||
|
|
||||||
if info:
|
if info:
|
||||||
r = self.update_info(info)
|
r = self.update_info(info)
|
||||||
sys.exit()
|
data = r['data']['data']
|
||||||
|
files = r['data']['file']
|
||||||
|
|
||||||
if data:
|
if data:
|
||||||
print 'encoding and uploading %s videos' % len(data)
|
print 'encoding and uploading %s videos' % len(data)
|
||||||
|
|
Loading…
Reference in a new issue