diff --git a/app/format.py b/app/format.py index e5b92cd..4f9a2e6 100644 --- a/app/format.py +++ b/app/format.py @@ -223,7 +223,7 @@ def add_location(event: Event) -> Event: event.floor = floor event.room_code = code event.room_url = url - event.map_url = (f"https://tuw-maps.tuwien.ac.at/?q={code}#map",) + event.map_url = f"https://tuw-maps.tuwien.ac.at/?q={code}#map" return event