lf_cisco_power.py : added information heading to Warnings and Errors

This commit is contained in:
Chuck SmileyRekiere
2021-01-22 18:09:05 -07:00
parent 608cc9026a
commit eba8f2119e

View File

@@ -593,7 +593,7 @@ def main():
worksheet.set_column(col, col, 24) # Set width
worksheet.write(row, col, 'Time Stamp\n', dgreen_bold); col += 1
worksheet.set_column(col, col, 100) # Set width
worksheet.write(row, col, 'Warnings and Errors', dgreen_bold_left); col += 1
worksheet.write(row, col, 'Information, Warnings, Errors', dgreen_bold_left); col += 1
row += 1
bandwidths = args.bandwidth.split()