Indentation

main
Bob Mottram 2021-09-06 09:50:44 +01:00
parent 12c0c64d96
commit 3c2e575ea9
1 changed files with 9 additions and 9 deletions

View File

@ -3506,15 +3506,15 @@ def _createBoxIndexed(recentPostsCache: {},
if postUrl in recentPostsCache['index']:
if recentPostsCache['json'].get(postUrl):
url = recentPostsCache['json'][postUrl]
if _addPostStringToTimeline(url,
boxname, postsInBox,
boxActor):
totalPostsCount += 1
postsAddedToTimeline += 1
postUrlsInBox.append(url)
continue
else:
print('Post not added to timeline')
if _addPostStringToTimeline(url,
boxname, postsInBox,
boxActor):
totalPostsCount += 1
postsAddedToTimeline += 1
postUrlsInBox.append(url)
continue
else:
print('Post not added to timeline')
# read the post from file
fullPostFilename = \