From cfed525d3cfa8c0f428466461c447574cee76970 Mon Sep 17 00:00:00 2001 From: gauthiier Date: Thu, 27 Jul 2017 15:58:01 +0200 Subject: [PATCH] fixing weird wsgi -- bis --- www/archives.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/archives.py b/www/archives.py index 65a2677..311a3f3 100644 --- a/www/archives.py +++ b/www/archives.py @@ -18,6 +18,8 @@ class Archives(metaclass=Singleton): self.data = {} self.loaded = False + self.load() + def load(self): if self.loaded: