Set content max_chars to 54
Mirror and run GitLab CI / build (push) Has been cancelled
Ruff / ruff (push) Has been cancelled

This commit is contained in:
admin
2026-06-17 17:08:41 +00:00
parent 0e27537a68
commit 59363c5dcd
+1 -1
View File
@@ -465,7 +465,7 @@ def create_transcript_docx(text: str, filename: str):
_create_transcript_section_properties(doc.sections[0]) _create_transcript_section_properties(doc.sections[0])
# Max characters per visual line (content only; total line including line number and spaces <= 60) # Max characters per visual line (content only; total line including line number and spaces <= 60)
max_chars = 48 max_chars = 54
# Lines per page before restarting numbering # Lines per page before restarting numbering
lines_per_page = 29 lines_per_page = 29