From c48abfed4231d9e80a551c123e8af6b8cc4619a3 Mon Sep 17 00:00:00 2001 From: gauthiier Date: Thu, 27 Jul 2017 16:00:11 +0200 Subject: [PATCH] fixing weird wsgi -- bis --- www/archives.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/archives.py b/www/archives.py index 311a3f3..b4089cf 100644 --- a/www/archives.py +++ b/www/archives.py @@ -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: