mirror of
https://github.com/Hestia-Homes/survey-extraction.git
synced 2026-06-30 13:10:56 +00:00
merge this to main
This commit is contained in:
parent
c8c3ab9379
commit
7b1f1dcef7
1 changed files with 1 additions and 2 deletions
|
|
@ -157,8 +157,7 @@ for pipeline, deals in notes_data.items():
|
|||
|
||||
|
||||
# Generate file name with next Monday’s 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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue