From f7669792c1468d4d307d26bb963496de44a8a932 Mon Sep 17 00:00:00 2001 From: Thor77 Date: Thu, 22 Sep 2016 15:35:39 +0200 Subject: [PATCH] Set default for General.output to tsstats.html --- tsstats/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsstats/config.py b/tsstats/config.py index a00f447..3d11a56 100644 --- a/tsstats/config.py +++ b/tsstats/config.py @@ -14,7 +14,7 @@ DEFAULT_CONFIG = { 'General': { 'debug': False, 'log': '', - 'output': 'output.html', + 'output': 'tsstats.html', 'idmap': '', 'onlinedc': True, 'template': 'template.html',