typo
This commit is contained in:
parent
92f1dcaa74
commit
375ecf6ff9
1 changed files with 1 additions and 1 deletions
|
@ -375,8 +375,8 @@ class Client(object):
|
||||||
#send empty list to get updated list of requested info/files/data
|
#send empty list to get updated list of requested info/files/data
|
||||||
post = {'info': {}}
|
post = {'info': {}}
|
||||||
r = self.api.update(post)
|
r = self.api.update(post)
|
||||||
|
data = r['data']['data']
|
||||||
files = r['data']['file']
|
files = r['data']['file']
|
||||||
datas = r['data']['data']
|
|
||||||
|
|
||||||
if files:
|
if files:
|
||||||
print 'uploading %s files' % len(files)
|
print 'uploading %s files' % len(files)
|
||||||
|
|
Loading…
Reference in a new issue