Save month stats in meta dictionary

This commit is contained in:
2014-12-01 21:13:35 +01:00
parent 81c3aa8099
commit 5d6362105b
2 changed files with 12 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ HOOKS_ROOT = 'plugins'
PRE_HOOK_DIRECTORY = HOOKS_ROOT + '.pre_analysis'
POST_HOOK_DIRECTORY = HOOKS_ROOT + '.post_analysis'
DISPLAY_HOOK_DIRECTORY = HOOKS_ROOT + '.display'
META_PATH = DB_ROOT + 'meta.db'
META_PATH = os.path.join(DB_ROOT, 'meta.db')
DB_FILENAME = 'iwla.db'
log_format = '$server_name:$server_port $remote_addr - $remote_user [$time_local] ' +\