mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-04 04:34:30 -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 = ''
|
||||
render_template(
|
||||
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