mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-01 04:35:48 +00:00
exporter: remove unneeded talk_end variable
This commit is contained in:
parent
b5f18033ba
commit
8cdb391dae
1 changed files with 0 additions and 3 deletions
|
@ -79,11 +79,8 @@ class PDFInfoPage(Flowable):
|
||||||
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
|
|
||||||
else:
|
else:
|
||||||
talk_start = self.talk.start.astimezone(self.event.tz)
|
talk_start = self.talk.start.astimezone(self.event.tz)
|
||||||
talk_end = self.talk.end.astimezone(self.event.tz)
|
|
||||||
|
|
||||||
# add some information horizontally to the side of the page
|
# add some information horizontally to the side of the page
|
||||||
self.canv.saveState()
|
self.canv.saveState()
|
||||||
self.canv.rotate(90)
|
self.canv.rotate(90)
|
||||||
|
|
Loading…
Reference in a new issue