Rev2168, Only avoid reload site on every missing file

This commit is contained in:
shortcutme 2017-07-29 12:49:38 +02:00
parent 6610914fdb
commit 467cd480cf
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE
2 changed files with 1 additions and 4 deletions

View file

@ -136,9 +136,6 @@ class SiteManager(object):
site.saveSettings()
if all_file: # Also download user files on first sync
site.download(check_size=True, blind_includes=True)
else:
if all_file:
site.download(check_size=True, blind_includes=True)
return site