Version 0.3.3, Rev580, DB recreate bugfix, Get empty hashfields, Better stat formatting, Query hashfield right after content.json downloaded

This commit is contained in:
HelloZeroNet 2015-11-12 02:04:45 +01:00
parent 199e0e70b2
commit ae98522855
7 changed files with 45 additions and 15 deletions

View file

@ -77,6 +77,7 @@ class SiteManager(object):
# Lazy load sites
def list(self):
logging.debug("Loading sites...")
if self.sites is None: # Not loaded yet
self.load()
return self.sites