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