Set default for General.output to tsstats.html

This commit is contained in:
Thor77 2016-09-22 15:35:39 +02:00
parent 3a1d51a60b
commit f7669792c1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ DEFAULT_CONFIG = {
'General': { 'General': {
'debug': False, 'debug': False,
'log': '', 'log': '',
'output': 'output.html', 'output': 'tsstats.html',
'idmap': '', 'idmap': '',
'onlinedc': True, 'onlinedc': True,
'template': 'template.html', 'template': 'template.html',