Pass template config/cli-option to render_template in tsstats.__main__.main
This commit is contained in:
parent
bbd2ff7a46
commit
5c52ab1995
|
@ -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…
Reference in New Issue