mirror of https://gitlab.com/bashrc2/epicyon
Debug
parent
2ac8945982
commit
2de18f89f2
3
posts.py
3
posts.py
|
@ -3250,6 +3250,9 @@ def _createBoxIndexed(recentPostsCache: {},
|
||||||
print('WARN: Unable to locate post ' + postUrl +
|
print('WARN: Unable to locate post ' + postUrl +
|
||||||
' nickname ' + nickname)
|
' nickname ' + nickname)
|
||||||
|
|
||||||
|
print('Posts added to timeline ' + boxname + ': ' +
|
||||||
|
str(postsAddedToTimeline))
|
||||||
|
|
||||||
# Generate first and last entries within header
|
# Generate first and last entries within header
|
||||||
if postsCtr > 0:
|
if postsCtr > 0:
|
||||||
lastPage = int(postsCtr / itemsPerPage)
|
lastPage = int(postsCtr / itemsPerPage)
|
||||||
|
|
|
@ -735,6 +735,8 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str,
|
||||||
if boxName == 'tlmedia':
|
if boxName == 'tlmedia':
|
||||||
tlStr += '</div>\n'
|
tlStr += '</div>\n'
|
||||||
|
|
||||||
|
print('Items in timeline ' + boxName + ': ' + str(itemCtr))
|
||||||
|
|
||||||
# page down arrow
|
# page down arrow
|
||||||
if itemCtr > 2:
|
if itemCtr > 2:
|
||||||
tlStr += textModeSeparator
|
tlStr += textModeSeparator
|
||||||
|
|
Loading…
Reference in New Issue