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: