This commit is contained in:
bkfox
2015-10-29 11:01:15 +01:00
parent e2696b7322
commit c3b5104f69
13 changed files with 289 additions and 173 deletions

View File

@ -68,6 +68,7 @@ class PreviousDiffusions (Sections.Posts):
episodes.append(post)
if len(episodes) == self.paginate_by:
break
return episodes