master
ermisw 2023-06-20 16:05:36 +02:00
parent 234c0b22fc
commit 66540edb3b
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ def write_to_excel(ignored, noData1M, noData1W, all_TP_slos):
all_TP_slos.to_excel(writer, sheet_name='TP_')
writer._save()
writer.save()
writer.close()