From 0e208f4121aeb9d11ed9fc6e2612102c252819f8 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 5 Mar 2021 16:03:56 +0000 Subject: [PATCH] More debug --- webapp_timeline.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webapp_timeline.py b/webapp_timeline.py index a8be5ca20..0b946fcc2 100644 --- a/webapp_timeline.py +++ b/webapp_timeline.py @@ -735,7 +735,8 @@ def htmlTimeline(cssCache: {}, defaultTimeline: str, if boxName == 'tlmedia': tlStr += '\n' - print('Items in timeline ' + boxName + ': ' + str(itemCtr)) + print('Items in timeline ' + boxName + ': ' + + str(itemCtr) + ' ' + str(timelineJson['orderedItems'])) # page down arrow if itemCtr > 2: