1
0
Fork 0
mirror of https://github.com/Thor77/TeamspeakStats.git synced 2025-07-10 17:18:43 -04:00

Add 'template' config-option

This commit is contained in:
Thor77 2016-08-10 22:45:07 +02:00
parent 07b61d86ce
commit 604fefe286

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