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:
parent
199e0e70b2
commit
ae98522855
7 changed files with 45 additions and 15 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue