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