Skip to content

Commit e890c30

Browse files
committed
remove tour
1 parent 8fb7d3b commit e890c30

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

programme/generate_timetable.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,10 +135,7 @@ def create_special_sessions() -> List[Tuple[TimeSlot, str]]:
135135
slot_welcome_drinks = session_to_time("session_welcome_drinks")
136136
sessions.append((slot_welcome_drinks, templates.welcome_drinks_template.format(time_slot=slot_welcome_drinks)))
137137

138-
# Proxima tour and hackathon
139-
slot_tour = session_to_time("session_proxima_tour")
140-
sessions.append((slot_tour, templates.proxima_tour.format(time_slot=slot_tour)))
141-
138+
# Proxima hackathon
142139
slot_hackathon = session_to_time("session_hackathon")
143140
sessions.append((slot_hackathon, templates.hackathon.format(time_slot=slot_hackathon)))
144141

0 commit comments

Comments
 (0)