From b38a2fb5cd809e6b73aae452ad45545abce4c24f Mon Sep 17 00:00:00 2001 From: Marsisus Date: Sat, 23 Nov 2024 22:41:27 +0100 Subject: [PATCH] tweaks to parse_salles.py --- parse_salles.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parse_salles.py b/parse_salles.py index ff6c10f..6c8370c 100644 --- a/parse_salles.py +++ b/parse_salles.py @@ -84,8 +84,8 @@ def create_image(coordinates, hour, day): # Draw the coordinates in a table format with alternating row colors y_text = 200 - line_height = 50 - padding = 10 + line_height = 45 + padding = 8 for i, (room, room_type) in enumerate(coordinates): if y_text + line_height + padding > 3000: break