Check for empty timeline

main2
Bob Mottram 2019-09-23 22:05:31 +01:00
parent c2ce6b4064
commit 06086d9b6f
1 changed files with 14 additions and 13 deletions

View File

@ -2161,6 +2161,7 @@ def htmlTimeline(translate: {},pageNumber: int, \
# show the posts # show the posts
itemCtr=0 itemCtr=0
if timelineJson:
for item in timelineJson['orderedItems']: for item in timelineJson['orderedItems']:
if item['type']=='Create' or item['type']=='Announce': if item['type']=='Create' or item['type']=='Announce':
itemCtr+=1 itemCtr+=1