Skip to content

Commit 8fb7d3b

Browse files
committed
bigger slot for hackathon
1 parent 05dfcc4 commit 8fb7d3b

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

programme/timetable_helpers/timeslot.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,12 +80,8 @@ def __str__(self) -> str:
8080
"room": "Auditorium",
8181
"chair": "Patrick Shriwise, Argonne National Laboratory",
8282
},
83-
"session_proxima_tour": {
84-
"start": (2026, 3, 12, 9, 30),
85-
"end": (2026, 3, 12, 10, 0),
86-
},
8783
"session_hackathon": {
88-
"start": (2026, 3, 12, 10, 20),
84+
"start": (2026, 3, 12, 9, 30),
8985
"end": (2026, 3, 12, 12, 20),
9086
},
9187
"session_lunch_proxima": {
@@ -191,7 +187,6 @@ def __str__(self) -> str:
191187
((2026, 3, 10, 15, 40), (2026, 3, 10, 16, 0)),
192188
((2026, 3, 11, 10, 0), (2026, 3, 11, 10, 20)),
193189
((2026, 3, 11, 15, 40), (2026, 3, 11, 16, 0)),
194-
((2026, 3, 12, 10, 0), (2026, 3, 12, 10, 20)),
195190
]
196191

197192
# Lunches schedule

0 commit comments

Comments
 (0)