We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d89246 commit 7c41095Copy full SHA for 7c41095
1 file changed
lib/location.py
@@ -34,7 +34,7 @@ def add_coordinates(seatmap, cursor):
34
continue
35
table = normalize_table_name(seat['row'])
36
logging.debug("Normalized table name %s to %s", seat['row'], table)
37
- hall = get_hall_from_table_name(table)
+ hall = seat['hall']
38
halls.setdefault(hall, []).append(seat)
39
tables.setdefault(hall, {}).setdefault(table, []).append(seat)
40
0 commit comments