mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-21 20:21:03 +00:00
make the linter happy
once again we have a release which contains formatting errors, wheeee!
This commit is contained in:
parent
498782a962
commit
fa31e72db1
1 changed files with 3 additions and 1 deletions
|
@ -75,7 +75,9 @@ class BroadcastToolsEventInfoView(View):
|
||||||
self.request.event.settings.broadcast_tools_lower_thirds_no_talk_info
|
self.request.event.settings.broadcast_tools_lower_thirds_no_talk_info
|
||||||
),
|
),
|
||||||
"room-info": {
|
"room-info": {
|
||||||
"qr_type": "feedback" if self.request.event.settings.broadcast_tools_room_info_feedback_instead_of_public else "public",
|
"qr_type": "feedback"
|
||||||
|
if self.request.event.settings.broadcast_tools_room_info_feedback_instead_of_public
|
||||||
|
else "public",
|
||||||
},
|
},
|
||||||
"slug": self.request.event.slug,
|
"slug": self.request.event.slug,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue