Skip to content

Commit 7c41095

Browse files
author
furest
committed
fix
1 parent 5d89246 commit 7c41095

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/location.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def add_coordinates(seatmap, cursor):
3434
continue
3535
table = normalize_table_name(seat['row'])
3636
logging.debug("Normalized table name %s to %s", seat['row'], table)
37-
hall = get_hall_from_table_name(table)
37+
hall = seat['hall']
3838
halls.setdefault(hall, []).append(seat)
3939
tables.setdefault(hall, {}).setdefault(table, []).append(seat)
4040

0 commit comments

Comments
 (0)