From 2185042d26c6e85404a2f64d4d9534f0735b9a9c Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Wed, 19 Mar 2025 16:09:32 +0000 Subject: [PATCH] week commencing --- etl/scis_invoice.py | 1 + 1 file changed, 1 insertion(+) diff --git a/etl/scis_invoice.py b/etl/scis_invoice.py index b2602ea..9873960 100644 --- a/etl/scis_invoice.py +++ b/etl/scis_invoice.py @@ -42,5 +42,6 @@ def main(): # Save to an Excel file df.to_excel("survey_data.xlsx", index=False) + print(f"WEEK COMMENCING {WEEK_COMMENCING}") print("Excel file 'survey_data.xlsx' created successfully!") print(pformat(data)) \ No newline at end of file