1
0
Fork 0
mirror of https://github.com/Kunsi/pretalx-plugin-broadcast-tools synced 2024-04-29 13:47:20 +00:00

fix ' vs " in exporter.py

This commit is contained in:
Franzi 2022-11-07 06:36:22 +01:00
parent b9d0f42d98
commit 1f0f928795
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -77,7 +77,7 @@ class PDFInfoPage(Flowable):
self._add(Spacer(1, PAGE_PADDING / 2))
def draw(self):
if hasattr(self.talk, 'local_start'):
if hasattr(self.talk, "local_start"):
talk_start = self.talk.local_start
talk_end = self.talk.local_end
else: