Skip to content

Commit 659b147

Browse files
committed
update room names
1 parent a3c05e4 commit 659b147

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

src/misc.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,12 @@ class Room(Enum):
3939
s3b = "S3B"
4040
s4a = "S4A"
4141
s4b = "S4B"
42-
glass_room = "Glass room"
43-
room_2_017_2_018 = "2.017/2.018"
44-
fishbowl = "Fishbowl"
42+
glass_room = "Conference room F0 (Glass room)"
43+
s4_1_2_3 = "Room S4(1,2,3)"
44+
s4_4 = "Room S4(4)"
45+
s4_5 = "Room S4(5)"
46+
fishbowl = "F2 Fishbowl room"
47+
room_2_017_2_018 = "2.017/2.018 room"
4548
poster_hall_a = "Poster Hall A"
4649
poster_hall_b = "Poster Hall B"
4750
poster_hall_c = "Poster Hall C"

0 commit comments

Comments
 (0)