continue fixes on timezone bug

This commit is contained in:
bkfox
2017-05-13 13:23:48 +02:00
parent c39ad228d7
commit 3cceb65121
4 changed files with 14 additions and 9 deletions

View File

@ -577,6 +577,9 @@ class DiffusionPage(Publication):
Return a list of podcasts, with archive as the first item of the
list when available.
"""
if not self.diffusion:
return
podcasts = []
archive = self.get_archive()
if archive: