fixing weird wsgi -- bis
This commit is contained in:
parent
cfed525d3c
commit
c48abfed42
@ -18,8 +18,12 @@ class Archives(metaclass=Singleton):
|
|||||||
self.data = {}
|
self.data = {}
|
||||||
self.loaded = False
|
self.loaded = False
|
||||||
|
|
||||||
|
loggin.info('loading archives...')
|
||||||
|
|
||||||
self.load()
|
self.load()
|
||||||
|
|
||||||
|
loggin.info('done.')
|
||||||
|
|
||||||
def load(self):
|
def load(self):
|
||||||
|
|
||||||
if self.loaded:
|
if self.loaded:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user