show files to upload on first sync
This commit is contained in:
parent
60622ee843
commit
4c4de1170f
1 changed files with 3 additions and 0 deletions
|
@ -593,6 +593,9 @@ class Client(object):
|
||||||
sent += len(post['info'])
|
sent += len(post['info'])
|
||||||
if sent:
|
if sent:
|
||||||
print 'sent info for %s files' % sent
|
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({})
|
||||||
|
|
||||||
if not 'data' in r:
|
if not 'data' in r:
|
||||||
print r
|
print r
|
||||||
|
|
Loading…
Reference in a new issue