Set default for General.output to tsstats.html
This commit is contained in:
parent
3a1d51a60b
commit
f7669792c1
|
@ -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',
|
||||||
|
|
Loading…
Reference in New Issue