diff --git a/scraibe/email_sender.py b/scraibe/email_sender.py index c91020e..42aeafb 100644 --- a/scraibe/email_sender.py +++ b/scraibe/email_sender.py @@ -556,7 +556,7 @@ def create_transcript_docx(text: str, filename: str): footer = section.footer footer.is_linked_to_previous = False footer_para = footer.paragraphs[0] if footer.paragraphs else footer.add_paragraph() - footer_para.alignment = WD_ALIGN_PARAGRAPH.LEFT + footer_para.alignment = WD_ALIGN_PARAGRAPH.CENTER # Clear any existing content for r in footer_para.runs: