mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2024-11-01 00:05:50 +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):
|
||||
if hasattr(self.talk, "local_start"):
|
||||
talk_start = self.talk.local_start
|
||||
talk_end = self.talk.local_end
|
||||
else:
|
||||
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
|
||||
self.canv.saveState()
|
||||
self.canv.rotate(90)
|
||||
|
|
Loading…
Reference in a new issue