lf_cisco_power.py : table layout change

This commit is contained in:
Chuck SmileyRekiere
2021-01-08 06:32:00 -07:00
parent 185ca77e1a
commit 454c759d48

View File

@@ -554,7 +554,7 @@ def main():
worksheet.set_column(col, col, 10) # Set width
worksheet.write(row, col, 'Calculated\n dBm\n Beacon', dblue_bold); col += 1
worksheet.set_column(col, col, 14) # Set width
worksheet.write(row, col, 'Diff\nController dBm\n & Beacon dBm\n (+/- {} dBm)'.format(args.beacon_dbm_diff), dblue_bold); col += 1
worksheet.write(row, col, 'Diff\nController dBm\n & Beacon dBm (+/- {} dBm)'.format(args.beacon_dbm_diff), dblue_bold); col += 1
worksheet.set_column(col, col, 10) # Set width
worksheet.write(row, col, 'Calculated\n dBm\n Combined', dblue_bold); col += 1
worksheet.set_column(col, col, 14) # Set width