mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-07-11 17:48:44 -04:00
Pass template config/cli-option to render_template in tsstats.__main__.main
This commit is contained in:
parent
bbd2ff7a46
commit
5c52ab1995
1 changed files with 2 additions and 1 deletions
|
@ -85,7 +85,8 @@ def main(configuration):
|
||||||
ext = ''
|
ext = ''
|
||||||
render_template(
|
render_template(
|
||||||
clients,
|
clients,
|
||||||
output=abspath(configuration.get('General', 'output') + ext)
|
output=abspath(configuration.get('General', 'output') + ext),
|
||||||
|
template_path=configuration.get('General', 'template')
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue