From 2de18f89f2f22fd0f5e58072b112d75ba127cdd2 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 5 Mar 2021 15:59:39 +0000 Subject: [PATCH] Debug --- posts.py | 3 +++ webapp_timeline.py | 4 +++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/posts.py b/posts.py index 79bd1149b..ccecc4027 100644 --- a/posts.py +++ b/posts.py @@ -3250,6 +3250,9 @@ def _createBoxIndexed(recentPostsCache: {}, print('WARN: Unable to locate post ' + postUrl + ' nickname ' + nickname) + print('Posts added to timeline ' + boxname + ': ' + + str(postsAddedToTimeline)) + # Generate first and last entries within header if postsCtr > 0: lastPage = int(postsCtr / itemsPerPage) diff --git a/webapp_timeline.py b/webapp_timeline.py index 32a7ca6e1..a8be5ca20 100644 --- a/webapp_timeline.py +++ b/webapp_timeline.py @@ -731,10 +731,12 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str, itemCtr += 1 tlStr += textModeSeparator + currTlStr if separatorStr: - tlStr += separatorStr + tlStr += separatorStr if boxName == 'tlmedia': tlStr += '\n' + print('Items in timeline ' + boxName + ': ' + str(itemCtr)) + # page down arrow if itemCtr > 2: tlStr += textModeSeparator