diff --git a/qtp_wordcloud/wordcloud.py b/qtp_wordcloud/wordcloud.py
index 2d89f94..0057724 100644
--- a/qtp_wordcloud/wordcloud.py
+++ b/qtp_wordcloud/wordcloud.py
@@ -87,7 +87,7 @@ def _indent(rows, indent=5):
-
+
Query Statistics
@@ -168,7 +168,8 @@ def generate_html_summary(qclient, job_id, parameters, out_dir):
if file not in filepaths.keys():
raise ValueError("Cannot find file '%s'" % file)
html = _generate_html_code(filepaths['log'][0],
- filepaths['tabular_text'][0], 'kurt')
+ filepaths['tabular_text'][0],
+ parameters['dbBact server URL'])
of_fp = join(out_dir, "index.html")
with open(of_fp, 'w') as of:
of.write(html)