send some data

This commit is contained in:
j 2014-02-12 19:01:47 +05:30
parent 4c4de1170f
commit b3d3d57e36
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,7 @@ class Client(object):
print 'sent info for %s files' % sent
#send empty list to get updated list of requested info/files/data
post = {'info': {}}
r = self.api.update({})
r = self.api.update(post)
if not 'data' in r:
print r