From 66540edb3bcec964efc6acfc328443da3d7a01a4 Mon Sep 17 00:00:00 2001 From: ermisw Date: Tue, 20 Jun 2023 16:05:36 +0200 Subject: [PATCH] fix --- createKeyRequestReport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/createKeyRequestReport.py b/createKeyRequestReport.py index e68c35f..131d340 100644 --- a/createKeyRequestReport.py +++ b/createKeyRequestReport.py @@ -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()