Merge pull request #64 from Hestia-Homes/feature/condition_report_etl

merge this to main
This commit is contained in:
Jun-te Kim 2025-06-17 10:44:39 +01:00 committed by GitHub
commit 7fccae69b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -157,8 +157,7 @@ for pipeline, deals in notes_data.items():
# Generate file name with next Mondays date
monday = previous_monday()
formatted = monday.strftime("%d-%m-%Y Monday")
formatted = previous_monday()
file_name = f"{formatted} DEAL_NOTES_FROM_HUBSPOT.xlsx"
output_path = os.path.abspath(file_name)
wb.save(output_path)