mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-12-04 19:22:42 +00:00
fix ' vs " in exporter.py
This commit is contained in:
parent
b9d0f42d98
commit
1f0f928795
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class PDFInfoPage(Flowable):
|
||||||
self._add(Spacer(1, PAGE_PADDING / 2))
|
self._add(Spacer(1, PAGE_PADDING / 2))
|
||||||
|
|
||||||
def draw(self):
|
def draw(self):
|
||||||
if hasattr(self.talk, 'local_start'):
|
if hasattr(self.talk, "local_start"):
|
||||||
talk_start = self.talk.local_start
|
talk_start = self.talk.local_start
|
||||||
talk_end = self.talk.local_end
|
talk_end = self.talk.local_end
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue