From 342d6a3bd64cff8cb8bfc144b22dbba5628f25c5 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 24 Nov 2019 12:21:13 +0000 Subject: [PATCH] Show the post index added from cache --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.py b/posts.py index 8c8994e2..37f5e0f3 100644 --- a/posts.py +++ b/posts.py @@ -2176,7 +2176,7 @@ def createBoxIndexed(recentPostsCache: {}, \ if recentPostsCache['json'].get(postUrl): addPostStringToTimeline(recentPostsCache['json'][postUrl], \ boxname,postsInBox,boxActor) - print('Json post added to timeline from cache') + print('Json post added to timeline from cache: '+postUrl) postAdded=True if not postAdded: