From 6267d8fb74709f04ef7f6ca94c56b584efe99db8 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 27 Nov 2020 17:07:40 +0000 Subject: [PATCH] Features timeline --- webapp_profile.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp_profile.py b/webapp_profile.py index b5640a25d..176c3f9cc 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -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,