debug double loading

This commit is contained in:
gauthiier 2017-11-07 14:37:42 +01:00
parent 28afef6d64
commit 8fe6b7fc83

View File

@ -4,6 +4,7 @@ from www import archives
import search.archive import search.archive
from datetime import datetime from datetime import datetime
import logging
logging.info(' ------- arch = Archives() -------- ') logging.info(' ------- arch = Archives() -------- ')
arch = archives.Archives() arch = archives.Archives()
arch.load() arch.load()