modified typo

pull/54/head
Caozhenhui 2021-07-23 17:28:03 +08:00
parent 2da93761d6
commit 77231fe07e
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ def generate_excel(report, space_name, reporting_start_datetime_local, reporting
wb = Workbook()
ws = wb.active
ws.title = "MerBatch"
ws.title = "MeterBatch"
# Row height
ws.row_dimensions[1].height = 102