mirror of
https://github.com/Kunsi/scheduled-plugin-pretalx-broadcast-tools.git
synced 2025-01-02 13:39:11 +00:00
service: fix detection of rooms with uuid
This commit is contained in:
parent
f841594488
commit
148b1130b1
1 changed files with 1 additions and 1 deletions
2
service
2
service
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue