Features timeline

merge-requests/30/head
Bob Mottram 2020-11-27 17:07:40 +00:00
parent 0b6293dece
commit 6267d8fb74
1 changed files with 2 additions and 2 deletions

View File

@ -780,12 +780,12 @@ def htmlFrontScreenPosts(recentPostsCache: {}, maxRecentPosts: int,
maxItems = 4
ctr = 0
currPage = 1
boxName = 'tlblogs'
boxName = 'tlfeatures'
while ctr < maxItems and currPage < 4:
outboxFeed = \
personBoxJson({}, session, baseDir, domain,
port,
'/users/news/' + boxName + '?page=' +
'/users/' + nickname + '/' + boxName + '?page=' +
str(currPage),
httpPrefix,
10, boxName,