Add 'template' config-option

This commit is contained in:
Thor77 2016-08-10 22:45:07 +02:00
parent 07b61d86ce
commit 604fefe286
1 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,8 @@ DEFAULT_CONFIG = {
'log': '', 'log': '',
'output': 'output.html', 'output': 'output.html',
'idmap': '', 'idmap': '',
'onlinedc': True 'onlinedc': True,
'template': 'template.html'
} }
} }