diff --git a/tsstats/config.py b/tsstats/config.py index ec5017e..fcee7e0 100644 --- a/tsstats/config.py +++ b/tsstats/config.py @@ -17,7 +17,7 @@ DEFAULT_CONFIG = { 'output': 'tsstats.html', 'idmap': '', 'onlinedc': True, - 'template': 'stats.jinja2', + 'template': 'index.jinja2', 'datetimeformat': '%x %X %Z', 'onlinetimethreshold': -1 }