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',