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