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