diff --git a/tsstats/__main__.py b/tsstats/__main__.py index a7ddedb..dd44102 100644 --- a/tsstats/__main__.py +++ b/tsstats/__main__.py @@ -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') )