From 95ae3c51cf05425baf739919af9938608f62ad64 Mon Sep 17 00:00:00 2001 From: Dirk Engling Date: Tue, 4 Nov 2025 15:38:25 +0000 Subject: Add support for the new pretalx API --- scripts/gen_css_tables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/gen_css_tables.py') diff --git a/scripts/gen_css_tables.py b/scripts/gen_css_tables.py index 4bc5ea8..0eb88f4 100755 --- a/scripts/gen_css_tables.py +++ b/scripts/gen_css_tables.py @@ -8,7 +8,7 @@ start_y = 400 starttime = 10 endtime = 28 -rooms = 3 +rooms = 4 days = 4 columns = days * rooms # how many columns does event_gap = { 'large': 5, 'medium': 3, 'small': 2 } # how much is an event shorter than what the grid would allow in px -- cgit v1.2.3