mirror of https://gitlab.com/bashrc2/epicyon
More debug
parent
2de18f89f2
commit
0e208f4121
|
@ -735,7 +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))
|
print('Items in timeline ' + boxName + ': ' +
|
||||||
|
str(itemCtr) + ' ' + str(timelineJson['orderedItems']))
|
||||||
|
|
||||||
# page down arrow
|
# page down arrow
|
||||||
if itemCtr > 2:
|
if itemCtr > 2:
|
||||||
|
|
Loading…
Reference in New Issue