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

@ -10,7 +10,7 @@ class Config(object):
def __init__(self, argv):
self.version = "0.5.7"
self.rev = 2167
self.rev = 2168
self.argv = argv
self.action = None
self.config_file = "zeronet.conf"

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