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 maxItems = 4
ctr = 0 ctr = 0
currPage = 1 currPage = 1
boxName = 'tlblogs' boxName = 'tlfeatures'
while ctr < maxItems and currPage < 4: while ctr < maxItems and currPage < 4:
outboxFeed = \ outboxFeed = \
personBoxJson({}, session, baseDir, domain, personBoxJson({}, session, baseDir, domain,
port, port,
'/users/news/' + boxName + '?page=' + '/users/' + nickname + '/' + boxName + '?page=' +
str(currPage), str(currPage),
httpPrefix, httpPrefix,
10, boxName, 10, boxName,