send some data
This commit is contained in:
parent
4c4de1170f
commit
b3d3d57e36
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue