mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-07-11 01:28:46 -04:00
Add config-option datetimeformat
for tsstats.template.render_template(datetime_fmt)
This commit is contained in:
parent
1ecf24b9b2
commit
4078e4b06b
1 changed files with 2 additions and 1 deletions
|
@ -17,7 +17,8 @@ DEFAULT_CONFIG = {
|
||||||
'output': 'output.html',
|
'output': 'output.html',
|
||||||
'idmap': '',
|
'idmap': '',
|
||||||
'onlinedc': True,
|
'onlinedc': True,
|
||||||
'template': 'template.html'
|
'template': 'template.html',
|
||||||
|
'datetimeformat': '%x %X %Z'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue