lf_qa.py adjusted the frame height for the reports.

Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
Chuck SmileyRekiere
2021-10-08 17:13:59 -06:00
parent 7ae81b1cf2
commit c4665ba67b

View File

@@ -271,7 +271,7 @@ class csv_sql():
png_server_img = self.server + png_path.replace(self.cut,'')
# generate png image
try:
kpi_fig.write_image(png_path,scale=1,width=1200,height=350)
kpi_fig.write_image(png_path,scale=1,width=1200,height=300)
except:
print("ERROR: {database} Was correct database passed in, moved or duplicates of same name?".format(database=self.database))
# generate html image (interactive)