Pass template config/cli-option to render_template in tsstats.__main__.main

This commit is contained in:
Thor77 2016-08-10 22:48:12 +02:00
parent bbd2ff7a46
commit 5c52ab1995
1 changed files with 2 additions and 1 deletions

View File

@ -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')
)