From ffdba0b5cfcdabb933115545dde3ad28f39607d4 Mon Sep 17 00:00:00 2001 From: cedricbonhomme Date: Sat, 10 Mar 2012 09:17:37 +0100 Subject: The path of the SQLite base is useless. Configuration of the MongoDB database is in ./cgf/pyaggr3g470r.cfg-sample. --- utils.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'utils.py') diff --git a/utils.py b/utils.py index 047ed329..e4841037 100755 --- a/utils.py +++ b/utils.py @@ -78,8 +78,6 @@ MONGODB_PORT = int(config.get('MongoDB', 'port')) MONGODB_USER = config.get('MongoDB', 'user') MONGODB_PASSWORD = config.get('MongoDB', 'password') -sqlite_base = os.path.abspath(config.get('global', 'sqlitebase')) - MAX_NB_ARTICLES = int(config.get('global', 'max_nb_articles')) mail_from = config.get('mail','mail_from') -- cgit