service: fix detection of rooms with uuid

This commit is contained in:
Franzi 2024-12-26 17:14:44 +01:00
parent f841594488
commit 148b1130b1

View file

@ -157,7 +157,7 @@ def main():
.astimezone(event_tz)
.strftime("%H:%M")
)
talk["room_uuid"] = room_uuid_mapping.get("room")
talk["room_uuid"] = room_uuid_mapping.get(talk["room"])
if talk["track"]:
if talk["track"]["name"] not in tracks:
tracks[talk["track"]["name"]] = talk["track"]["color"]