mirror of https://gitlab.com/bashrc2/epicyon
Indentation
parent
12c0c64d96
commit
3c2e575ea9
18
posts.py
18
posts.py
|
@ -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 = \
|
||||
|
|
Loading…
Reference in New Issue