From ccdcdc7a93e1edbe9112fe3d691afd2def9d8184 Mon Sep 17 00:00:00 2001 From: Heiko J Schick Date: Thu, 23 Mar 2023 21:04:07 +0100 Subject: [PATCH] Minor changes --- brain-jogging.py | 1 - 1 file changed, 1 deletion(-) diff --git a/brain-jogging.py b/brain-jogging.py index 4204bfc..748175b 100644 --- a/brain-jogging.py +++ b/brain-jogging.py @@ -85,7 +85,6 @@ def create_brain_jogging_pdf(filename): time_line = Paragraph("Time: _______________", styles['BodyText']) # Create a table for the title and time line - # title_table = Table([[title, time_line]], colWidths=A4[0] / 2) title_table = Table([[title, time_line]], colWidths=(A4[0] / 2) * 0.75) title_table_style = TableStyle([