Show the post index added from cache

main
Bob Mottram 2019-11-24 12:21:13 +00:00
parent c5204ea1fa
commit 342d6a3bd6
1 changed files with 1 additions and 1 deletions

View File

@ -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: